summaryrefslogtreecommitdiff
path: root/include/svtools/wizardmachine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/wizardmachine.hxx')
-rw-r--r--include/svtools/wizardmachine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index bfd80a724015..6a354a39fe80 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -348,7 +348,7 @@ namespace svt
DECL_DLLPRIVATE_LINK(OnPrevPage, Button*, void);
DECL_DLLPRIVATE_LINK(OnFinish, Button*, void);
- SVT_DLLPRIVATE void implResetDefault(vcl::Window* _pWindow);
+ SVT_DLLPRIVATE void implResetDefault(vcl::Window const * _pWindow);
SVT_DLLPRIVATE void implUpdateTitle();
SVT_DLLPRIVATE void implConstruct( const WizardButtonFlags _nButtonFlags );
};