mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
implement getLastCode()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3282 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
78c091d70b
commit
8516a610ed
@ -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);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user