]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathSplit.h
index 06d17c47ce70f455010b17b5efe4e0a3edff406e..959c013b1dd4f26e01c34561c7cf597f9001e8b3 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+       bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const;
 
        void write(WriteStream & os) const;
@@ -39,7 +39,7 @@ public:
        char defaultColAlign(col_type);
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        docstring name_;
 };