diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-03 07:32:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-03 07:32:06 +0200 |
commit | 64e83932264f0d708e4ce2dce9b36a933afd2fbf (patch) | |
tree | 6ff7078a08ceeccd5fb39bd239e6951dd5e4ed24 /vcl/osx/a11yfocustracker.cxx | |
parent | 6b3b352b06d92ef20194b9a992a521af2ef07b48 (diff) |
loplugin:refcounting
Change-Id: Ia7bd500728e122f1f4c7ff4c020cc067e72613ca
Diffstat (limited to 'vcl/osx/a11yfocustracker.cxx')
-rw-r--r-- | vcl/osx/a11yfocustracker.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx index 6f9441ddef5e..1389ae3c18ea 100644 --- a/vcl/osx/a11yfocustracker.cxx +++ b/vcl/osx/a11yfocustracker.cxx @@ -96,6 +96,8 @@ AquaA11yFocusTracker::AquaA11yFocusTracker() : window_got_focus(Application::GetFocusWindow()); } +AquaA11yFocusTracker::~AquaA11yFocusTracker() {} + void AquaA11yFocusTracker::setFocusedObject(const Reference< XAccessible >& xAccessible) { if( xAccessible != m_xFocusedObject ) |