implement getLastCode()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3282 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-01-03 12:50:00 +00:00
parent 78c091d70b
commit 8516a610ed

View File

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