mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Stupid implicit conversion.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36665 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d582be96d
commit
445cb9970c
@ -160,7 +160,7 @@ Counter::StringMap & Counter::flatLabelStrings(bool in_appendix) const
|
||||
Counters::Counters() : appendix_(false), subfloat_(false)
|
||||
{
|
||||
layout_stack_.push_back(0);
|
||||
counter_stack_.push_back(0);
|
||||
counter_stack_.push_back(from_ascii(""));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user