summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-22 12:11:49 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-22 12:12:15 +0300
commita27100f43b7a57639cdf62197ec853133ef17cee (patch)
tree928912466f66a027b5993d0b66c0b3b0c74eb5a8 /include/vcl
parent0fcc41e6d142c50a43e14e120e639227a7795dc9 (diff)
WaE: virtual function declaration not marked 'SAL_OVERRIDE'
Change-Id: I5b3e785ce50b5959d64c855869533a310e9c277a
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/debugevent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/debugevent.hxx b/include/vcl/debugevent.hxx
index 270032497905..56c47ff40f6d 100644
--- a/include/vcl/debugevent.hxx
+++ b/include/vcl/debugevent.hxx
@@ -25,7 +25,7 @@ class VCL_DLLPUBLIC DebugEventInjector : Timer {
void InjectMouseEvent();
void InjectEvent();
void InjectKeyNavEdit();
- virtual void Timeout();
+ virtual void Timeout() SAL_OVERRIDE;
public:
static DebugEventInjector *getCreate();