]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathFontOld.h
index 463f1c67af6f18daa4367f664d36fab9a727c19e..10ef8305e09fbdae44c5383ecb2f27adab4ef6ca 100644 (file)
@@ -42,10 +42,12 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
+       ///
+       int kerning(BufferView const * bv) const { return cell(0).kerning(bv); }
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        /// the font to be used on screen
        latexkeys const * key_;
 };