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:
Richard Heck 2010-12-02 21:04:01 +00:00
parent 6d582be96d
commit 445cb9970c

View File

@ -160,7 +160,7 @@ Counter::StringMap & Counter::flatLabelStrings(bool in_appendix) const
Counters::Counters() : appendix_(false), subfloat_(false) Counters::Counters() : appendix_(false), subfloat_(false)
{ {
layout_stack_.push_back(0); layout_stack_.push_back(0);
counter_stack_.push_back(0); counter_stack_.push_back(from_ascii(""));
} }