diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-04-17 18:26:38 +0200 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-04-17 18:26:38 +0200 | 
| commit | c066db02084e33e0c5d5d4153f684b5d08b01a2b (patch) | |
| tree | 798949a3bafb2b1ea6c39fecb83e42f4e5ff91f4 | |
| parent | 90b2a4ba8b7f4fcf72549f1de74fbaa9b8afd856 (diff) | |
Fixed ~Command for Debian10
| -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  | 
