aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/hil/hil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drivers/hil/hil.cpp')
-rw-r--r--apps/drivers/hil/hil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/hil/hil.cpp b/apps/drivers/hil/hil.cpp
index fe9b281f6..861ed7924 100644
--- a/apps/drivers/hil/hil.cpp
+++ b/apps/drivers/hil/hil.cpp
@@ -91,7 +91,7 @@ public:
MODE_NONE
};
HIL();
- ~HIL();
+ virtual ~HIL();
virtual int ioctl(file *filp, int cmd, unsigned long arg);