summaryrefslogtreecommitdiff
path: root/ui/reflectionview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/reflectionview.h')
-rw-r--r--ui/reflectionview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/reflectionview.h b/ui/reflectionview.h
index 667a9620..6439fbe4 100644
--- a/ui/reflectionview.h
+++ b/ui/reflectionview.h
@@ -10,6 +10,7 @@
class ContextMenuManager;
class DisassemblyContainer;
+class FlowGraphWidget;
class Menu;
class ViewFrame;
@@ -33,6 +34,8 @@ public:
ReflectionView(ViewFrame* frame, BinaryViewRef data);
~ReflectionView();
+ FlowGraphWidget* getFlowGraphWidget();
+
void toggleILSync();
void toggleLocationSync();