]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.h
hopefully fix tex2lyx linking.
[lyx.git] / src / Thesaurus.h
index c3ea6904e9434fbe4c077e44ee5288203482f5f5..abe9f16339cfcad30f4d91bac87e4fda5ed83254 100644 (file)
@@ -20,6 +20,8 @@
 #include AIKSAURUS_H_LOCATION
 #endif
 
+namespace lyx {
+
 /**
  * This class provides an interface to whatever thesauri we might support.
  */
@@ -46,4 +48,7 @@ private:
 
 extern Thesaurus thesaurus;
 
+
+} // namespace lyx
+
 #endif