summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/wizardmachine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/wizardmachine.hxx')
-rw-r--r--svtools/inc/svtools/wizardmachine.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/inc/svtools/wizardmachine.hxx b/svtools/inc/svtools/wizardmachine.hxx
index 8700bf4ede06..f84a78e5400d 100644
--- a/svtools/inc/svtools/wizardmachine.hxx
+++ b/svtools/inc/svtools/wizardmachine.hxx
@@ -87,6 +87,9 @@ namespace svt
The default implementation always returns <TRUE/>.
*/
virtual bool canAdvance() const = 0;
+
+ protected:
+ ~IWizardPageController() {}
};
//=====================================================================