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