[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann sbergman at redhat.com
Sun Jan 25 23:56:11 PST 2015


 vcl/inc/unx/saldisp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df2c08855e2e5435004d291a1a5cdee52d0b52eb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 26 08:55:14 2015 +0100

    Fix --enable-kde4
    
    Change-Id: Ia4211a3f3a2e8e84051388a3b48725a6f722f0d5

diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx
index 4eac942..63b8bae 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();


More information about the Libreoffice-commits mailing list