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); ///