summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-05-11 00:28:43 +0300
committerTor Lillqvist <tml@iki.fi>2012-05-11 00:46:02 +0300
commitfdca78702117f5972641896c675a0e12d44557e7 (patch)
tree6de57259855f24ba73a87c3079e96b1601ee4063 /salhelper
parent991e3520bc09a66504819d05807f10aa8de805ce (diff)
It seems also nested struct needs SALHELPER_DLLPUBLIC for Mac OS X visibility
Change-Id: Ifd7a248b49a00df2e01f537074d0a94e9de09b10
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/inc/salhelper/condition.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/inc/salhelper/condition.hxx b/salhelper/inc/salhelper/condition.hxx
index c50bc87ed468..befa43f3ec71 100644
--- a/salhelper/inc/salhelper/condition.hxx
+++ b/salhelper/inc/salhelper/condition.hxx
@@ -92,7 +92,7 @@ namespace salhelper
ConditionWaiter(Condition& aCond);
- struct timedout {
+ struct SALHELPER_DLLPUBLIC timedout {
timedout();
timedout(timedout const &);