summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-06-26 09:26:05 -0400
committerBrian Potchik <brian@vector35.com>2019-06-26 09:26:05 -0400
commit4dc4f1bb77da4c0fbbccb6178540c29c69d4184e (patch)
treecb5ef6f38f93658f2ef0e00c495bf03fafa98ae4 /ui/flowgraphwidget.h
parent780f61ebed23fbe3b5c3767294355bd75b8f1c8f (diff)
Fix function header refresh on function update.
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index baf93829..a519ed97 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -255,6 +255,7 @@ public:
void setHighlightToken(const HighlightTokenState& state, bool notify = true);
+ virtual void notifyUpdateInProgress(FunctionRef func);
virtual void onFunctionSelected(FunctionRef func);
virtual void onHighlightChanged(const HighlightTokenState& highlight);