]> git.lyx.org Git - lyx.git/blobdiff - src/support/translator.h
hopefully fix tex2lyx linking.
[lyx.git] / src / support / translator.h
index d58e741b126a814d1cc04338898161aaf48cfeb7..005caef2ab6107e66cb268083685a416ecf318af 100644 (file)
@@ -20,6 +20,9 @@
 #include <algorithm>
 #include <functional>
 
+
+namespace lyx {
+
 /**
  * This class template is used to translate between two elements, specifically
  * it was worked out to translate between an enum and strings when reading
@@ -111,4 +114,7 @@ private:
        T2 const default_t2;
 };
 
+
+} // namespace lyx
+
 #endif // TRANSLATOR_H