]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.h
Revert "XHTML: remove DOCTYPE, as the document is then understood as HTML4/XHTML1...
[lyx.git] / src / mathed / InsetMathSpace.h
index 83a9c59f45b1d57f9c538c8fe16b9a6ccf23749e..32147dbe2549bce617dfd281cc7d2d6b6eb63e4f 100644 (file)
@@ -13,7 +13,8 @@
 #define MATH_SPACEINSET_H
 
 #include "InsetMath.h"
-#include "Length.h"
+
+#include "support/Length.h"
 
 
 namespace lyx {
@@ -61,7 +62,7 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///