summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 10:32:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 13:47:35 +0200
commit1141b6b0ce6581b587e174c9bbdddb88d36ea8c2 (patch)
tree5aa47d46ff3af3941681307ec3ce079c7d352673 /vcl/source/control
parente75a545f2869a4406bb434c356d481745f000271 (diff)
loplugin:constmethod in vcl
Change-Id: I6a456979a6cfcd7920dc468baf9b23013cb701a4 Reviewed-on: https://gerrit.libreoffice.org/79783 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/wizardmachine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx
index 5936b0b52bf4..8944725b996b 100644
--- a/vcl/source/control/wizardmachine.cxx
+++ b/vcl/source/control/wizardmachine.cxx
@@ -1606,7 +1606,7 @@ namespace vcl
}
}
- void WizardMachine::RemovePage(BuilderPage* pPage)
+ void WizardMachine::RemovePage(const BuilderPage* pPage)
{
WizPageData* pPrevPageData = nullptr;
WizPageData* pPageData = m_pFirstPage;