summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkutil.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkutil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx
index a57051f4c577..fab7902d588c 100644
--- a/vcl/unx/gtk/a11y/atkutil.cxx
+++ b/vcl/unx/gtk/a11y/atkutil.cxx
@@ -457,7 +457,7 @@ static void handle_toolbox_highlight(vcl::Window *pWindow)
notify_toolbox_item_focus(pToolBox);
}
-static void handle_toolbox_highlightoff(vcl::Window *pWindow)
+static void handle_toolbox_highlightoff(vcl::Window const *pWindow)
{
ToolBox* pToolBoxParent = dynamic_cast< ToolBox* >( pWindow->GetParent() );