mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36666 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
445cb9970c
commit
59760159e2
@ -174,7 +174,7 @@ public:
|
||||
/// Call this when entering things like footnotes, where there is now
|
||||
/// no "last layout" and we want to restore the "last layout" on exit.
|
||||
void clearLastLayout() { layout_stack_.push_back(0); }
|
||||
/// Call this when existing things like footnotes.
|
||||
/// Call this when exiting things like footnotes.
|
||||
void restoreLastLayout() { layout_stack_.pop_back(); }
|
||||
///
|
||||
void saveLastCounter()
|
||||
|
Loading…
Reference in New Issue
Block a user