]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathSpace.h
index 9b6d6c70b33deb93e3ad10c929fedb6354d7de03..a3e06d634e0f12d6c2e010ef26b8b94ac907d43b 100644 (file)
 #include "InsetMath.h"
 
 
+namespace lyx {
+
+
 /// Smart spaces
 class InsetMathSpace : public InsetMath {
 public:
        ///
        explicit InsetMathSpace(int sp);
        ///
-       explicit InsetMathSpace(std::string const & name);
+       explicit InsetMathSpace(docstring const & name);
        ///
        InsetMathSpace const * asSpaceInset() const { return this; }
        ///
@@ -56,4 +59,7 @@ private:
        ///
        int space_;
 };
+
+
+} // namespace lyx
 #endif