diff options
-rw-r--r-- | comphelper/inc/comphelper/storagehelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/storagehelper.hxx b/comphelper/inc/comphelper/storagehelper.hxx index f4f0f81ea805..90685bf24fa6 100644 --- a/comphelper/inc/comphelper/storagehelper.hxx +++ b/comphelper/inc/comphelper/storagehelper.hxx @@ -175,7 +175,7 @@ public: // it is necessary to keep references to all storages down the // path - this is 'beautiful' (TM). So we need this ugly hack: class LifecycleProxyImpl; - class LifecycleProxy { + class COMPHELPER_DLLPUBLIC LifecycleProxy { public: LifecycleProxyImpl *pBadness; LifecycleProxy(); |