summaryrefslogtreecommitdiffstats
path: root/src/InputInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/InputInterface.h')
-rw-r--r--src/InputInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/InputInterface.h b/src/InputInterface.h
index d2fcf97..b352903 100644
--- a/src/InputInterface.h
+++ b/src/InputInterface.h
@@ -27,6 +27,8 @@
class InputInterface {
public:
+ virtual ~InputInterface() {}
+
/*! Open the input interface. In case of failure, throws a
* runtime_error.
*/