vcl/inc/ios/iosinst.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d899711657a6349a9f35a7a67a1f6d4ac204cd53
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Jun 25 22:37:28 2015 +0300

    WaE: -Winconsistent-missing-override
    
    (No idea how well it works any more, though.)
    
    Change-Id: I3f58a7415e493a7bd8cb534697f40c4c2fa8d054

diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx
index 757cde45..4a1648a 100644
--- a/vcl/inc/ios/iosinst.hxx
+++ b/vcl/inc/ios/iosinst.hxx
@@ -40,8 +40,8 @@ public:
     virtual SalSystem* CreateSalSystem() SAL_OVERRIDE;
 
     void GetWorkArea( Rectangle& rRect );
-    SalFrame* CreateFrame( SalFrame* pParent, sal_uLong nStyle );
-    SalFrame* CreateChildFrame( SystemParentData* pParent, sal_uLong nStyle );
+    SalFrame* CreateFrame( SalFrame* pParent, sal_uLong nStyle ) SAL_OVERRIDE;
+    SalFrame* CreateChildFrame( SystemParentData* pParent, sal_uLong nStyle ) 
SAL_OVERRIDE;
 
     SalFrame *getFocusFrame() const;
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to