From a29efdc0489df61a4ad6b717d93775a7c244596f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Apr 2015 10:40:37 +0200 Subject: All-inline template should not be TOOLS_DLLPUBLIC, keep MSVC happy Change-Id: Ib03c6ba0eac9400eba89674ca92f638baf65b203 --- include/tools/link.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/tools/link.hxx b/include/tools/link.hxx index 99be32b754f8..16a5818597bb 100644 --- a/include/tools/link.hxx +++ b/include/tools/link.hxx @@ -23,7 +23,6 @@ #include #include -#include #define DECL_LINK(Member, ArgType) \ static sal_IntPtr LinkStub##Member(void *, void *); \ @@ -131,8 +130,7 @@ #define EMPTYARG -template -class TOOLS_DLLPUBLIC Link { +template class Link { public: typedef Ret Stub(void *, Arg); -- cgit