diff options
Diffstat (limited to 'vcl/inc/wizdlg.hxx')
-rw-r--r-- | vcl/inc/wizdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/wizdlg.hxx b/vcl/inc/wizdlg.hxx index 946af0530866..2c82b3ab8dd3 100644 --- a/vcl/inc/wizdlg.hxx +++ b/vcl/inc/wizdlg.hxx @@ -149,6 +149,8 @@ namespace vcl void SetItemSelectHdl( const Link<LinkParamNone*,void>& _rHdl ); void ShowRoadmap(bool bShow); + FactoryFunction GetUITestFactory() const override; + protected: /// to override to create new pages |