]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
installer: further preparation
[lyx.git] / src / mathed / MathMacroTemplate.h
index 4e5fc721748ea131b963c488b384701f1671c6fb..61f82e9d947d270b399a947eb2a11febd30b6955 100644 (file)
@@ -17,8 +17,6 @@
 #include "MacroTable.h"
 #include "MathData.h"
 
-#include "support/types.h"
-
 
 namespace lyx {
 
@@ -56,7 +54,7 @@ public:
        /// Nothing happens. This is simply to suppress the default output.
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream &, OutputParams const &, size_t) const;
        ///
        bool inheritFont() const { return false; }