]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.h
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathDecoration.h
index 70e5c011c38675b463d2cb92b0c0cf80a5193023..d0c7195216d676dbf1e9cc3e587d9cab1d386f34 100644 (file)
@@ -34,14 +34,14 @@ public:
        ///
        void normalize(NormalStream & os) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        ///
        bool isScriptable() const;
        ///
        void validate(LaTeXFeatures & features) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        bool upper() const;
        ///