]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoxed.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBoxed.h
index c4a20f10f2c424931b1f67879583d0b11d2e9b0a..078a32a8774707abeaa390d8d116e489fe9c3e39 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,9 +34,9 @@ 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;
+       virtual std::auto_ptr<Inset> doClone() const;
 };