]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.C
hopefully fix tex2lyx linking.
[lyx.git] / src / Thesaurus.C
index 562bd748835c6109a6d8c69a6e5f551f6be848fa..af37e4df6629fc8dcbeba25b9a61317b01adf7c5 100644 (file)
@@ -15,6 +15,9 @@
 #include <algorithm>
 #include <string>
 
+
+namespace lyx {
+
 using std::string;
 
 #ifdef HAVE_LIBAIKSAURUS
@@ -92,3 +95,6 @@ Thesaurus::Meanings Thesaurus::lookup(string const &)
 
 // Global instance
 Thesaurus thesaurus;
+
+
+} // namespace lyx