diff options
| -rw-r--r-- | plugins/webbox/webbox.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webbox/webbox.cpp b/plugins/webbox/webbox.cpp index f728ad5..599c36a 100644 --- a/plugins/webbox/webbox.cpp +++ b/plugins/webbox/webbox.cpp @@ -165,7 +165,7 @@ public:    return m_commandName;   } - virtual ~Command() = 0; + virtual ~Command() {};  protected:   // implemented in implementation classes  | 
