aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/led/led.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drivers/led/led.cpp')
-rw-r--r--apps/drivers/led/led.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/led/led.cpp b/apps/drivers/led/led.cpp
index 12d864be2..c7c45525e 100644
--- a/apps/drivers/led/led.cpp
+++ b/apps/drivers/led/led.cpp
@@ -53,7 +53,7 @@ class LED : device::CDev
{
public:
LED();
- ~LED();
+ virtual ~LED();
virtual int init();
virtual int ioctl(struct file *filp, int cmd, unsigned long arg);