diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-03 07:50:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-03 07:50:46 +0200 |
commit | 1ac1b375ee3e6359d1519ac94f3ad9e69009859c (patch) | |
tree | 81ec48c68aedf06c26d003ee5c6878715667bc02 /vcl/inc/osx/a11yfocustracker.hxx | |
parent | e5d48f12faec6027bf79411cb69111d90f4e4129 (diff) |
Follow-up fix (odd missing ~TheAquaA11yFocusTracker error)
Change-Id: I18501185f52ab4e90d16313cba299b7501106db3
Diffstat (limited to 'vcl/inc/osx/a11yfocustracker.hxx')
-rw-r--r-- | vcl/inc/osx/a11yfocustracker.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/inc/osx/a11yfocustracker.hxx b/vcl/inc/osx/a11yfocustracker.hxx index b8872f3ff75b..9852b511680d 100644 --- a/vcl/inc/osx/a11yfocustracker.hxx +++ b/vcl/inc/osx/a11yfocustracker.hxx @@ -35,7 +35,7 @@ class ToolBox; class DocumentFocusListener; -class AquaA11yFocusTracker : public rtl::Static< AquaA11yFocusTracker, AquaA11yFocusTracker> +class AquaA11yFocusTracker { public: @@ -94,6 +94,10 @@ private: const rtl::Reference< DocumentFocusListener > m_xDocumentFocusListener; }; +struct TheAquaA11yFocusTracker: + rtl::Static<AquaA11yFocusTracker, TheAquaA11yFocusTracker> +{}; + #endif // INCLUDED_VCL_INC_OSX_A11YFOCUSTRACKER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |