From 715e2109f60b016f661d98a59aef674e0951a2ad Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Aug 2012 11:01:51 +0100 Subject: Related: fdo#53337 Maybe this is a typeinfo visibility problem Change-Id: I024de5b400d0f7a443d4cce7bfe4e88841e6049b --- l10ntools/source/help/LuceneHelper.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'l10ntools') 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 #include +#if defined(__GNUC__) && defined(HAVE_GCC_VISIBILITY_FEATURE) +# pragma GCC visibility pop +#endif + #if defined _MSC_VER #pragma warning(pop) #endif -- cgit