summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_libevdev
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-19 17:06:23 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-19 17:06:23 +0200
commit79697936ef3ce7f0bbd1965931cdfb4b2c4c9f5b (patch)
tree91e36f8ffc9add565bcc74cb684f613bbdaa8db7 /ftnoir_protocol_libevdev
parent17f5ad8bc8a10668f4e0968fd5a6c14ac4a034aa (diff)
Fix proto/filter dtor not being called
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct
Diffstat (limited to 'ftnoir_protocol_libevdev')
-rw-r--r--ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.h b/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.h
index 3c6f591c..aabd3e51 100644
--- a/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.h
+++ b/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.h
@@ -21,7 +21,7 @@ class FTNoIR_Protocol : public IProtocol
{
public:
FTNoIR_Protocol();
- ~FTNoIR_Protocol();
+ virtual ~FTNoIR_Protocol();
bool checkServerInstallationOK() {
return dev != NULL;
}