]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathKern.h
index 0e559afe92cf6909e1a441100d2db7dc349e41ab..63c20d0008ffdf73bc291d6a82fcfaf5f09cf4e8 100644 (file)
@@ -16,6 +16,9 @@
 #include "lyxlength.h"
 
 
+namespace lyx {
+
+
 /// The \kern primitive
 /// Some hack for visual effects
 
@@ -26,7 +29,7 @@ public:
        ///
        explicit InsetMathKern(LyXLength const & wid);
        ///
-       explicit InsetMathKern(std::string const & wid);
+       explicit InsetMathKern(docstring const & wid);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -45,4 +48,7 @@ private:
        mutable int wid_pix_;
 
 };
+
+
+} // namespace lyx
 #endif