summaryrefslogtreecommitdiff
path: root/inputdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'inputdev.h')
-rw-r--r--inputdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inputdev.h b/inputdev.h
index 72692f2..5d4a2ed 100644
--- a/inputdev.h
+++ b/inputdev.h
@@ -22,6 +22,8 @@
class cEpollHandler {
public:
+ virtual ~cEpollHandler() {}
+
virtual void handle_hup() = 0;
virtual void handle_pollin() = 0;
};