diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-11 16:22:30 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-11 16:22:30 +0200 |
commit | 7b0d6ac9f903296c7537cec9ac606d49cb364049 (patch) | |
tree | c9bc6aaf4e7237cf5577f3a78291f1f591fe1563 /Source/Kernel/Devices/Keyboard | |
parent | d95452c5452b4ca7418505fa5597f000596fcb78 (diff) | |
download | Melon-7b0d6ac9f903296c7537cec9ac606d49cb364049.tar.gz Melon-7b0d6ac9f903296c7537cec9ac606d49cb364049.zip |
Nothing, really
Diffstat (limited to 'Source/Kernel/Devices/Keyboard')
-rw-r--r-- | Source/Kernel/Devices/Keyboard/Keyboard.proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Devices/Keyboard/Keyboard.proto.h b/Source/Kernel/Devices/Keyboard/Keyboard.proto.h index d6898f8..f9f716c 100644 --- a/Source/Kernel/Devices/Keyboard/Keyboard.proto.h +++ b/Source/Kernel/Devices/Keyboard/Keyboard.proto.h @@ -5,6 +5,7 @@ class Keyboard : public Device { public: + virtual ~Keyboard() {} virtual void updateLeds(u32int kbdstatus) = 0; }; |