]> git.lyx.org Git - features.git/blobdiff - src/Counters.cpp
Stupid implicit conversion.
[features.git] / 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(""));
 }