summaryrefslogtreecommitdiffstats
path: root/cppuhelper
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
parentENABLE_AUTODOC_FIX, WTF (diff)
downloadcore-d0e97e3db7c88f378f87a22b0cab066021df2ded.tar.gz
core-d0e97e3db7c88f378f87a22b0cab066021df2ded.zip
Also gives BoundListeners a CPPUHELPER_DLLPUBLIC to link on msvc
Diffstat (limited to 'cppuhelper')
-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.