diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-12 13:27:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-12 13:32:43 +0300 |
commit | 9e126721bcffb2b588560da886b95b15551c683b (patch) | |
tree | 85c1ace3fe230bd5eebc218d5fb30730260d69fd /comphelper | |
parent | fa93288479b435b013e7517dd4dc1516f0bc5d1c (diff) |
Nested classes need to be marked separately DLLPUBLIC, apparently
Diffstat (limited to 'comphelper')
-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(); |