summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-24 11:01:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-24 12:42:25 +0100
commit715e2109f60b016f661d98a59aef674e0951a2ad (patch)
tree0d39ecd4f4c0d925288c56f6f7f1569b0a3d153d /l10ntools
parent768d02c93c51fb606cf7221d0fd7a0c9dd3e363d (diff)
Related: fdo#53337 Maybe this is a typeinfo visibility problem
Change-Id: I024de5b400d0f7a443d4cce7bfe4e88841e6049b
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/help/LuceneHelper.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/l10ntools/source/help/LuceneHelper.hxx b/l10ntools/source/help/LuceneHelper.hxx
index c990647a1a9b..a0248f836a1f 100644
--- a/l10ntools/source/help/LuceneHelper.hxx
+++ b/l10ntools/source/help/LuceneHelper.hxx
@@ -35,9 +35,17 @@
#pragma warning(disable : 4068 4263 4264 4266)
#endif
+#if defined(__GNUC__) && defined(HAVE_GCC_VISIBILITY_FEATURE)
+# pragma GCC visibility push (default)
+#endif
+
#include <CLucene.h>
#include <CLucene/analysis/LanguageBasedAnalyzer.h>
+#if defined(__GNUC__) && defined(HAVE_GCC_VISIBILITY_FEATURE)
+# pragma GCC visibility pop
+#endif
+
#if defined _MSC_VER
#pragma warning(pop)
#endif