diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/scriptingconsole.h | 2 | ||||
| -rw-r--r-- | ui/uitypes.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index 046601b7..23849e8f 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -237,7 +237,7 @@ public: SidebarWidgetLocation defaultLocation() const override { return SidebarWidgetLocation::LeftBottom; } SidebarContextSensitivity contextSensitivity() const override { return GlobalSidebarContext; } bool alwaysShowTabs() const override { return true; } -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION virtual QString noWidgetMessage() const override; #endif }; diff --git a/ui/uitypes.h b/ui/uitypes.h index 511e5aa9..3c8c2ed3 100644 --- a/ui/uitypes.h +++ b/ui/uitypes.h @@ -23,7 +23,7 @@ #endif #else #ifdef _MSC_VER - #ifndef DEMO_VERSION + #ifndef DEMO_EDITION #ifdef BINARYNINJAUI_LIBRARY #define BINARYNINJAUIAPI __declspec(dllexport) #else @@ -43,7 +43,7 @@ // The BN_DECLARE_UI_ABI_VERSION must be included in native UI plugin modules. If // the ABI version is not declared, the UI will not load the plugin. -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION #define BN_DECLARE_UI_ABI_VERSION #else #define BN_DECLARE_UI_ABI_VERSION \ |
