diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-28 10:32:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-28 13:47:35 +0200 |
commit | 1141b6b0ce6581b587e174c9bbdddb88d36ea8c2 (patch) | |
tree | 5aa47d46ff3af3941681307ec3ce079c7d352673 /vcl/source/control | |
parent | e75a545f2869a4406bb434c356d481745f000271 (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.cxx | 2 |
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; |