]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.h
Rename files in src/mathed and src/graphics from .C to .cpp, step 2
[lyx.git] / src / mathed / InsetMathPar.h
index b401e600919f28814642c82de936c141cd98871b..3f980e2fec230d748c3aa046a124b13b37f189ee 100644 (file)
@@ -27,11 +27,11 @@ public:
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        ///
        void write(WriteStream & os) const;
 private: