include/svx/svdoopengl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98973e8ae3581a36d298a3ea97c5c5309efd2b6c
Author: Tor Lillqvist <[email protected]>
Date:   Tue Apr 8 08:09:19 2014 +0300

    WaE: overriding virtual function declaration not marked 'override'
    
    Change-Id: Ib4693d28657cb8d33f41184696cf83c4e55ad0d7

diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx
index 4bd4bc2..68428da 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:
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to