]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFBox.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathFBox.C
index 2ee55c1edfff7c44083e9e167aefdcc7e80ed2fa..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"
@@ -20,6 +20,9 @@
 #include "support/std_ostream.h"
 #include "frontends/Painter.h"
 
+
+namespace lyx {
+
 using std::auto_ptr;
 
 
@@ -71,7 +74,10 @@ void InsetMathFBox::normalize(NormalStream & os) const
 }
 
 
-void InsetMathFBox::infoize(std::ostream & os) const
+void InsetMathFBox::infoize(odocstream & os) const
 {
        os << "FBox: ";
 }
+
+
+} // namespace lyx