]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathSize.h
index 280c9f039cf873e1c9528671f9c1834d613ffeca..5a9767af0366b49f9545e8d86b8ad3946e26614f 100644 (file)
@@ -16,6 +16,9 @@
 #include "metricsinfo.h"
 
 
+namespace lyx {
+
+
 class latexkeys;
 
 /// An inset for \scriptsize etc.
@@ -35,7 +38,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
        ///
@@ -44,4 +47,7 @@ private:
        Styles const style_;
 };
 
+
+
+} // namespace lyx
 #endif