diff options
Diffstat (limited to 'vncviewer/EmulateMB.h')
-rw-r--r-- | vncviewer/EmulateMB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/EmulateMB.h b/vncviewer/EmulateMB.h index 77fdec66..caf3c32a 100644 --- a/vncviewer/EmulateMB.h +++ b/vncviewer/EmulateMB.h @@ -31,7 +31,7 @@ public: protected: virtual void sendPointerEvent(const rfb::Point& pos, int buttonMask)=0; - virtual void handleTimeout(rfb::Timer *t); + void handleTimeout(rfb::Timer *t) override; private: void sendAction(const rfb::Point& pos, int buttonMask, int action); |