From 8516a610edfda3aa7015385e5244a2c4ffce59ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 3 Jan 2002 12:50:00 +0000 Subject: [PATCH] implement getLastCode() git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3282 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); /// -- 2.39.2