Kaydet (Commit) e854ed8e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winconsistent-missing-override

Change-Id: Ifc2e1159744dcaf5e7b0249ad00610e41cfe4fca
üst e5b0a647
...@@ -153,7 +153,7 @@ private: ...@@ -153,7 +153,7 @@ private:
using Window::ImplInit; using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle ); SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
virtual void ApplySettings(vcl::RenderContext& rRenderContext); virtual void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE;
public: public:
explicit ScrollBarBox( vcl::Window* pParent, WinBits nStyle = 0 ); explicit ScrollBarBox( vcl::Window* pParent, WinBits nStyle = 0 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment