From 70ce5764abacc1a7ea518f5ccef92421a1d6d04e Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 17 Dec 2020 23:27:38 -0500 Subject: Allow minigraph to work with reflection view when main view is linear. --- ui/reflectionview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/reflectionview.h') 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(); -- cgit v1.3.1