summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-08 08:09:19 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-08 08:09:19 +0300
commit98973e8ae3581a36d298a3ea97c5c5309efd2b6c (patch)
tree6c21f98cc6e9c6e53b6abc56c1a1ae36f3c8e70a /include
parentffe4e6ff4b20305695ca04c37ca559261f5f1fc3 (diff)
WaE: overriding virtual function declaration not marked 'override'
Change-Id: Ib4693d28657cb8d33f41184696cf83c4e55ad0d7
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdoopengl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx
index 4bd4bc27aff4..68428da279c1 100644
--- a/include/svx/svdoopengl.hxx
+++ b/include/svx/svdoopengl.hxx
@@ -24,7 +24,7 @@ public:
OpenGLContext& getOpenGLContext();
- virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
+ virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) SAL_OVERRIDE;
private: