summaryrefslogtreecommitdiff
path: root/include/vcl/wizardmachine.hxx
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 /include/vcl/wizardmachine.hxx
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 'include/vcl/wizardmachine.hxx')
-rw-r--r--include/vcl/wizardmachine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/wizardmachine.hxx b/include/vcl/wizardmachine.hxx
index 8b37a5d10ac2..cbe4b40b4202 100644
--- a/include/vcl/wizardmachine.hxx
+++ b/include/vcl/wizardmachine.hxx
@@ -147,7 +147,7 @@ namespace vcl
bool ShowPrevPage();
void AddPage( std::unique_ptr<BuilderPage> xPage );
- void RemovePage( BuilderPage* pPage );
+ void RemovePage( const BuilderPage* pPage );
void SetPage( WizardTypes::WizardState nLevel, std::unique_ptr<BuilderPage> xPage );
BuilderPage* GetPage( WizardTypes::WizardState eState ) const;