diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-26 08:55:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-26 08:55:33 +0100 |
commit | df2c08855e2e5435004d291a1a5cdee52d0b52eb (patch) | |
tree | 5e24aec22f9815c7866af19c09ad88b4ed32376d /vcl | |
parent | 414d84232de858c464c43995a7a559f96cfdd7be (diff) |
Fix --enable-kde4
Change-Id: Ia4211a3f3a2e8e84051388a3b48725a6f722f0d5
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index 4eac942d686b..63b8bae33ede 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -395,7 +395,7 @@ public: virtual ~SalX11Display(); virtual bool Dispatch( XEvent *pEvent ) SAL_OVERRIDE; - void Yield(); + virtual void Yield(); virtual void PostUserEvent() SAL_OVERRIDE; bool IsEvent(); |