summaryrefslogtreecommitdiffhomepage
path: root/plugins/webbox/webbox.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-17 18:26:38 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-17 18:26:38 +0200
commitc066db02084e33e0c5d5d4153f684b5d08b01a2b (patch)
tree798949a3bafb2b1ea6c39fecb83e42f4e5ff91f4 /plugins/webbox/webbox.cpp
parent90b2a4ba8b7f4fcf72549f1de74fbaa9b8afd856 (diff)
Fixed ~Command for Debian10
Diffstat (limited to 'plugins/webbox/webbox.cpp')
-rw-r--r--plugins/webbox/webbox.cpp2
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