From c066db02084e33e0c5d5d4153f684b5d08b01a2b Mon Sep 17 00:00:00 2001
From: Roland Reichwein <mail@reichwein.it>
Date: Fri, 17 Apr 2020 18:26:38 +0200
Subject: Fixed ~Command for Debian10

---
 plugins/webbox/webbox.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/webbox')

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
-- 
cgit v1.2.3