]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFBox.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathFBox.C
index de63ba03510ba81c53457a6324e2e1eb82c67707..7306c6ed61af317b445d0bfa5a7ad6a208a56a6a 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathFBox.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathParser.h"
 #include "MathStream.h"
 #include "LColor.h"
@@ -74,7 +74,7 @@ void InsetMathFBox::normalize(NormalStream & os) const
 }
 
 
-void InsetMathFBox::infoize(std::ostream & os) const
+void InsetMathFBox::infoize(odocstream & os) const
 {
        os << "FBox: ";
 }