From d0e97e3db7c88f378f87a22b0cab066021df2ded Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sun, 8 Jan 2012 23:57:05 +0700 Subject: Also gives BoundListeners a CPPUHELPER_DLLPUBLIC to link on msvc --- cppuhelper/inc/cppuhelper/propertysetmixin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper/inc') diff --git a/cppuhelper/inc/cppuhelper/propertysetmixin.hxx b/cppuhelper/inc/cppuhelper/propertysetmixin.hxx index 8c8186f69758..07d50c01225a 100644 --- a/cppuhelper/inc/cppuhelper/propertysetmixin.hxx +++ b/cppuhelper/inc/cppuhelper/propertysetmixin.hxx @@ -132,7 +132,7 @@ protected: @descr See cppu::PropertySetMixinImpl::prepareSet for further details. */ - class BoundListeners { + class CPPUHELPER_DLLPUBLIC BoundListeners { public: /** @short The constructor. -- cgit