Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a8a51f1743ba74fc52475518e747010f > files > 21

mozilla-thunderbird-2.0.0.17-1.1mdv2008.0.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"