]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoxed.h
Rename .C ==> .cpp for files in src/support, part two
[lyx.git] / src / mathed / InsetMathBoxed.h
index c4a20f10f2c424931b1f67879583d0b11d2e9b0a..930c7b3aa03774d58a785b0539b4b76462973474 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -34,7 +34,7 @@ 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;
 };