]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathTabular.cpp
index e4123a565509cd6dd0b96875a42084a0e102104d..3daac36c21ef09b10d3562194e3511ebd76dc4c0 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "MathData.h"
 #include "MathStream.h"
-#include "MathStream.h"
 
 #include "MetricsInfo.h"
 
@@ -57,7 +56,7 @@ void InsetMathTabular::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathTabular::write(WriteStream & os) const
+void InsetMathTabular::write(TeXMathStream & os) const
 {
        ModeSpecifier specifier(os, TEXT_MODE);