]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
Revert "XHTML: remove DOCTYPE, as the document is then understood as HTML4/XHTML1...
[lyx.git] / src / mathed / InsetMathKern.h
index b063e06d5b1dd3129578653e73edd38fb46db227..58d540d1fcfb27c2172af646f8b0e14fdda9cd3a 100644 (file)
@@ -13,7 +13,8 @@
 #define MATH_CHEATINSET_H
 
 #include "InsetMath.h"
-#include "Length.h"
+
+#include "support/Length.h"
 
 
 namespace lyx {
@@ -43,6 +44,8 @@ public:
        ///
        void htmlize(HtmlStream &) const { }
        ///
+       void infoize2(odocstream & os) const;
+       ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }
 
 private: