summaryrefslogtreecommitdiffstats
path: root/include/vcl/evntpost.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/evntpost.hxx')
-rw-r--r--include/vcl/evntpost.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/evntpost.hxx b/include/vcl/evntpost.hxx
index 339da3c6105e..ca6be18a6fe8 100644
--- a/include/vcl/evntpost.hxx
+++ b/include/vcl/evntpost.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_VCL_EVNTPOST_HXX
#define INCLUDED_VCL_EVNTPOST_HXX
+#include <config_options.h>
#include <tools/link.hxx>
#include <vcl/dllapi.h>
@@ -26,7 +27,7 @@ struct ImplSVEvent;
namespace vcl
{
- class VCL_DLLPUBLIC EventPoster
+ class UNLESS_MERGELIBS(VCL_DLLPUBLIC) EventPoster
{
ImplSVEvent * m_nId;
Link<LinkParamNone*,void> m_aLink;