diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/roadmapwizard.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx index c79577d6b7a2..d6ea94aa2703 100644 --- a/include/svtools/roadmapwizard.hxx +++ b/include/svtools/roadmapwizard.hxx @@ -216,7 +216,7 @@ namespace svt void updateRoadmapItemLabel( WizardState _nState ); private: - DECL_DLLPRIVATE_LINK( OnRoadmapItemSelected, void* ); + DECL_DLLPRIVATE_LINK_TYPED( OnRoadmapItemSelected, LinkParamNone*, void ); /** updates the roadmap control to show the given path, as far as possible (modulo conflicts with other paths) |