summaryrefslogtreecommitdiffstats
path: root/remote-processor/RemoteCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor/RemoteCommand.h')
-rw-r--r--remote-processor/RemoteCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote-processor/RemoteCommand.h b/remote-processor/RemoteCommand.h
index df3d5a4..ffcbcfc 100644
--- a/remote-processor/RemoteCommand.h
+++ b/remote-processor/RemoteCommand.h
@@ -38,4 +38,7 @@ public:
virtual uint32_t getArgumentCount() const = 0;
virtual const std::string& getArgument(uint32_t uiArgument) const = 0;
virtual const std::string packArguments(uint32_t uiStartArgument, uint32_t uiNbArguments) const = 0;
+
+protected:
+ virtual ~IRemoteCommand() {}
};