Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 5f78993f0684d1e54f1118ebe711e3e9 > files > 23

mozilla-thunderbird-2.0.0.21-1mdv2009.1.src.rpm

diff -p -up mozilla-thunderbird-2.0.0.16/mozilla/extensions/spellcheck/myspell/src/mozMySpell.h.org mozilla-thunderbird-2.0.0.16/mozilla/extensions/spellcheck/myspell/src/mozMySpell.h
--- mozilla-thunderbird-2.0.0.16/mozilla/extensions/spellcheck/myspell/src/mozMySpell.h.org	2008-07-24 16:37:15.000000000 -0400
+++ mozilla-thunderbird-2.0.0.16/mozilla/extensions/spellcheck/myspell/src/mozMySpell.h	2008-07-24 16:36:47.000000000 -0400
@@ -55,8 +55,9 @@
  * ***** END LICENSE BLOCK ***** */
 #ifndef mozMySpell_h__
 #define mozMySpell_h__
-
+#pragma GCC visibility push(default)
 #include "hunspell.hxx"
+#pragma GCC visibility pop
 #include "mozISpellCheckingEngine.h"
 #include "mozIPersonalDictionary.h"
 #include "nsString.h"