]> 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 bd26e4e02118f177e65a8c347738648b7984d2c4..58d540d1fcfb27c2172af646f8b0e14fdda9cd3a 100644 (file)
@@ -13,7 +13,8 @@
 #define MATH_CHEATINSET_H
 
 #include "InsetMath.h"
-#include "Length.h"
+
+#include "support/Length.h"
 
 
 namespace lyx {
@@ -41,6 +42,10 @@ public:
        ///
        void mathmlize(MathStream &) const { }
        ///
+       void htmlize(HtmlStream &) const { }
+       ///
+       void infoize2(odocstream & os) const;
+       ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }
 
 private: