summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-24 11:01:51 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-09-07 12:02:48 +0100
commita251a353300e27625741338b6290a109c5588952 (patch)
tree064853032c55ba829ed23c5eff7442aaf22895c6 /xmlhelp
parentf3563cb13d679953abb5975dcd246ad60ed8045d (diff)
Related: fdo#53337 Maybe this is a typeinfo visibility problem
Change-Id: I024de5b400d0f7a443d4cce7bfe4e88841e6049b Signed-off-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
index 240edffdba20..4f221f6ca554 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
@@ -40,7 +40,13 @@
#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>
+#if defined(__GNUC__) && defined(HAVE_GCC_VISIBILITY_FEATURE)
+# pragma GCC visibility pop
+#endif
#if defined _MSC_VER
#pragma warning(pop)