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

Tor Lillqvist tml at collabora.com
Tue Sep 1 09:42:30 PDT 2015


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

New commits:
commit a5493ee2ec1dbc49acdd376bb5e869ed4a80cce7
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 1 19:41:19 2015 +0300

    WaE: 'updateChecksum' overrides a member function but is not marked 'override'
    
    Change-Id: Ic2230e1d1f54e27d4189fc56b525a7e76ddab649

diff --git a/vcl/inc/opengl/salbmp.hxx b/vcl/inc/opengl/salbmp.hxx
index 0e0b0e5..f189ea8 100644
--- a/vcl/inc/opengl/salbmp.hxx
+++ b/vcl/inc/opengl/salbmp.hxx
@@ -53,7 +53,7 @@ private:
     std::deque< OpenGLSalBitmapOp* >    maPendingOps;
 
     void makeCurrent();
-    virtual void updateChecksum() const;
+    virtual void updateChecksum() const SAL_OVERRIDE;
 
     bool calcChecksumGL(OpenGLTexture& rInputTexture, ChecksumType& rChecksum) const;
 


More information about the Libreoffice-commits mailing list