diff options
-rw-r--r-- | include/vcl/button.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index 472949d86d99..e9c8df926cd3 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -96,7 +96,7 @@ public: /// Sets the button state according to the FeatureStateEvent emitted by an Uno state change. virtual void statusChanged(const css::frame::FeatureStateEvent& rEvent); - virtual FactoryFunction GetUITestFactory() const; + virtual FactoryFunction GetUITestFactory() const override; protected: |