From: André Pönitz Date: Thu, 3 Jan 2002 12:50:00 +0000 (+0000) Subject: implement getLastCode() X-Git-Tag: 1.6.10~20103 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8516a610edfda3aa7015385e5244a2c4ffce59ee;p=features.git implement getLastCode() git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3282 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_cursor.h b/src/mathed/math_cursor.h index ef9172a0ad..a192a82dc7 100644 --- a/src/mathed/math_cursor.h +++ b/src/mathed/math_cursor.h @@ -160,8 +160,8 @@ public: void breakLine(); /// read contents of line into an array void readLine(MathArray & ar) const; - /// - MathTextCodes getLastCode() const; + /// remove this as soon as LyXFunc::getStatus is "localized" + MathTextCodes getLastCode() const { return lastcode_; } /// void pullArg(bool goright); ///