]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathXYArrow.h
index b314cf7313f574077d084bfa2e320f6e5c0be512..42552c48ebbcd37cb571b5984d1dca643d549587 100644 (file)
@@ -16,6 +16,9 @@
 #include "metricsinfo.h"
 
 
+namespace lyx {
+
+
 // for the \ar stuff in \xymatrix
 
 class InsetMathXYMatrix;
@@ -58,4 +61,7 @@ public:
        mutable InsetMathXYMatrix const * target_;
 };
 
+
+
+} // namespace lyx
 #endif