diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-06-25 22:37:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-06-25 22:44:47 +0300 |
commit | d899711657a6349a9f35a7a67a1f6d4ac204cd53 (patch) | |
tree | af965b39f1b9037a4626ab536f8b3735dda0d2ee /vcl | |
parent | 8ed4cb7429db6f9c37af166d1643c669c6b5723c (diff) |
WaE: -Winconsistent-missing-override
(No idea how well it works any more, though.)
Change-Id: I3f58a7415e493a7bd8cb534697f40c4c2fa8d054
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 757cde45a041..4a1648a06ab2 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; }; |