summaryrefslogtreecommitdiff
path: root/examples/uinotification/uinotification.cpp
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2021-01-25 16:45:06 -0500
committerRusty Wagner <rusty@vector35.com>2021-01-27 18:39:42 -0500
commit12f916450b444427685688bf34de65e11bf849e2 (patch)
treebd13651d872c1fc7ad5933e9a38a77da82235cd3 /examples/uinotification/uinotification.cpp
parent51d0f18eb4df16263867ef157b5293bb1b44f77a (diff)
Add ABI version verification for plugins
Diffstat (limited to 'examples/uinotification/uinotification.cpp')
-rw-r--r--examples/uinotification/uinotification.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/uinotification/uinotification.cpp b/examples/uinotification/uinotification.cpp
index ca53c560..91e9b458 100644
--- a/examples/uinotification/uinotification.cpp
+++ b/examples/uinotification/uinotification.cpp
@@ -93,6 +93,8 @@ void NotificationListener::OnAddressChange(UIContext* context, ViewFrame* frame,
extern "C"
{
+ BN_DECLARE_UI_ABI_VERSION
+
BINARYNINJAPLUGIN bool UIPluginInit()
{
NotificationListener::init();