diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-14 11:48:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-15 09:37:32 +0200 |
commit | 4ac7459bef17ceee74f6b2388c96f657c25eddff (patch) | |
tree | 81482492ae63830c14d9bd154922b9ae229c19cd /include | |
parent | 699eb7e3ca3ad11b8b797bf6a785876183661d04 (diff) |
convert Link<> to typed
Change-Id: I6564e4e7042c34741fd7c9ed03627c83ef818486
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) |