summaryrefslogtreecommitdiff
path: root/include/svtools/toolbarmenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/toolbarmenu.hxx')
-rw-r--r--include/svtools/toolbarmenu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index 3135bf2a7f8d..5f990ef0dcad 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -126,7 +126,7 @@ private:
void appendEntry(std::unique_ptr<ToolbarMenuEntry> pEntry);
- void implPaint(vcl::RenderContext& rRenderContext, ToolbarMenuEntry* pThisOnly = nullptr, bool bHighlight = false);
+ void implPaint(vcl::RenderContext& rRenderContext, ToolbarMenuEntry const * pThisOnly = nullptr, bool bHighlight = false);
void implHighlightEntry(vcl::RenderContext& rRenderContext, int nHighlightEntry);
void implHighlightAtPosition(const MouseEvent& rMEvt);