summaryrefslogtreecommitdiffstats
path: root/remote-processor/RemoteProcessorServerInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor/RemoteProcessorServerInterface.h')
-rw-r--r--remote-processor/RemoteProcessorServerInterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote-processor/RemoteProcessorServerInterface.h b/remote-processor/RemoteProcessorServerInterface.h
index 11ceb10..fdc97cc 100644
--- a/remote-processor/RemoteProcessorServerInterface.h
+++ b/remote-processor/RemoteProcessorServerInterface.h
@@ -34,4 +34,7 @@ public:
virtual bool start() = 0;
virtual void stop() = 0;
virtual bool isStarted() const = 0;
+
+ /* FIXME this was missing but is explicitly called */
+ virtual ~IRemoteProcessorServerInterface() {}
};