summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 9476fad9739c..4ac5084bb2fe 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1400,7 +1400,7 @@ public:
static void setDeInitHook(Link<LinkParamNone*,void> const & hook);
private:
- DECL_STATIC_LINK_TYPED( Application, PostEventHandler, void*, void );
+ DECL_STATIC_LINK( Application, PostEventHandler, void*, void );
};