summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index 19987cee..9803548c 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -339,7 +339,7 @@ class BINARYNINJAUIAPI ViewLocation
class BINARYNINJAUIAPI ViewContainer
{
public:
- virtual ~ViewContainer() {}
+ virtual ~ViewContainer();
virtual View* getView() = 0;
};