summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-01-08 23:57:05 +0700
committerStephan Bergmann <sbergman@redhat.com>2012-01-09 10:36:35 +0100
commitd0e97e3db7c88f378f87a22b0cab066021df2ded (patch)
treeed3d6bde6e692d0e676142302fe27c557b9399d7 /cppuhelper/inc
parent23656bda4e46ab7c00450fb0c145503a0cb0e7b5 (diff)
Also gives BoundListeners a CPPUHELPER_DLLPUBLIC to link on msvc
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r--cppuhelper/inc/cppuhelper/propertysetmixin.hxx2
1 files changed, 1 insertions, 1 deletions
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 <code>cppu::PropertySetMixinImpl::prepareSet</code> for
further details.
*/
- class BoundListeners {
+ class CPPUHELPER_DLLPUBLIC BoundListeners {
public:
/**
@short The constructor.