diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-01 19:41:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-01 19:41:47 +0300 |
commit | a5493ee2ec1dbc49acdd376bb5e869ed4a80cce7 (patch) | |
tree | b2f5aa79400d625a5e676dabc1a45410d01ee661 /vcl/inc | |
parent | fec95ebb06f3ae6c52df7e48ed14beedff10ac3e (diff) |
WaE: 'updateChecksum' overrides a member function but is not marked 'override'
Change-Id: Ic2230e1d1f54e27d4189fc56b525a7e76ddab649
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/salbmp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/salbmp.hxx b/vcl/inc/opengl/salbmp.hxx index 0e0b0e522503..f189ea8bc204 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; |