From 6c946727a87374366f66cb39861b0142bd148a54 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sun, 5 Aug 2012 00:27:04 +0200 Subject: tubes: fix build Change-Id: I3251d6282df132c3df0217187eb140beb95718e6 --- tubes/inc/tubes/conference.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tubes') diff --git a/tubes/inc/tubes/conference.hxx b/tubes/inc/tubes/conference.hxx index 9222f0f20471..3f600e06a650 100644 --- a/tubes/inc/tubes/conference.hxx +++ b/tubes/inc/tubes/conference.hxx @@ -66,7 +66,7 @@ public: const OString& getUuid() const { return msUuid; } Collaboration* getCollaboration() const; - void setCollaboration( Collaboration* pCollaboration ); + TUBES_DLLPUBLIC void setCollaboration( Collaboration* pCollaboration ); // --- following only to be called only by manager's callbacks --- // TODO: make friends instead -- cgit