]> git.lyx.org Git - features.git/commitdiff
Stupid implicit conversion.
authorRichard Heck <rgheck@comcast.net>
Thu, 2 Dec 2010 21:04:01 +0000 (21:04 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 2 Dec 2010 21:04:01 +0000 (21:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36665 a592a061-630c-0410-9148-cb99ea01b6c8

src/Counters.cpp

index c4ec31b017eb5db7c7d19526ee8cf859110b10a1..d0bb56faf6720c01f4f79a909a3b4d4370b3a8f0 100644 (file)
@@ -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(""));
 }