]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoxed.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathBoxed.h
index a2fe36892b3ce0a72609c4efbc77d2f2add95273..2764b8aa6cac52f190fde831667265d95cb766a1 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 /// Non-AMS-style frame
 class InsetMathBoxed : public InsetMathNest {
 public:
@@ -31,9 +34,12 @@ public:
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+} // namespace lyx
+
 #endif