]> git.lyx.org Git - lyx.git/blobdiff - src/chset.h
hopefully fix tex2lyx linking.
[lyx.git] / src / chset.h
index 468ce2399540d2aee9d8b1f731370ff81dee9132..6b92092838641f40057cd6a311c9169184bfd72f 100644 (file)
@@ -18,6 +18,8 @@
 #include <string>
 
 
+namespace lyx {
+
 /// a class for mapping char strings such as "\^{A}" to the integer value
 class CharacterSet {
 public:
@@ -47,4 +49,7 @@ private:
        /// mapping from string representation to encoded value
        Cdef map_;
 };
+
+} // namespace lyx
+
 #endif