X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSplit.h;h=959c013b1dd4f26e01c34561c7cf597f9001e8b3;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=06d17c47ce70f455010b17b5efe4e0a3edff406e;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathSplit.h b/src/mathed/InsetMathSplit.h index 06d17c47ce..959c013b1d 100644 --- a/src/mathed/InsetMathSplit.h +++ b/src/mathed/InsetMathSplit.h @@ -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 doClone() const; + virtual std::auto_ptr doClone() const; /// docstring name_; };