diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-19 02:20:31 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:02:19 +0200 |
commit | d3868095865f2336c5d04dbd5799990bb7b37e0e (patch) | |
tree | f1c7510af8141108ad18b743fc95533f2a751bd7 /include/vcl | |
parent | 742a1d7ea13be85947e103a506844dea450da1cc (diff) |
uitest: add missing override
Change-Id: I5f3941550bd9256125d74f25e9e512b302e1e27d
Diffstat (limited to 'include/vcl')
-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: |