diff options
Diffstat (limited to 'vcl/osx/a11yfocustracker.cxx')
-rw-r--r-- | vcl/osx/a11yfocustracker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx index dc42f3e30ff6..fdc00b78b2b0 100644 --- a/vcl/osx/a11yfocustracker.cxx +++ b/vcl/osx/a11yfocustracker.cxx @@ -173,7 +173,7 @@ void AquaA11yFocusTracker::toolbox_highlight_on(vcl::Window *pWindow) notify_toolbox_item_focus(static_cast <ToolBox *> (pWindow)); } -void AquaA11yFocusTracker::toolbox_highlight_off(vcl::Window *pWindow) +void AquaA11yFocusTracker::toolbox_highlight_off(vcl::Window const *pWindow) { ToolBox* pToolBoxParent = dynamic_cast< ToolBox * >( pWindow->GetParent() ); |