summaryrefslogtreecommitdiff
path: root/libsowatch/notificationplugininterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/notificationplugininterface.cpp')
-rw-r--r--libsowatch/notificationplugininterface.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libsowatch/notificationplugininterface.cpp b/libsowatch/notificationplugininterface.cpp
new file mode 100644
index 0000000..e32060a
--- /dev/null
+++ b/libsowatch/notificationplugininterface.cpp
@@ -0,0 +1,7 @@
+#include "notificationplugininterface.h"
+
+using namespace sowatch;
+
+NotificationPluginInterface::~NotificationPluginInterface()
+{
+}