Initialize variable to fix Counter 0 problem

Fixes: #9070
This commit is contained in:
Vincent van Ravesteijn 2014-04-01 20:30:36 +02:00
parent 5d66e91de8
commit 3fb7394db8

View File

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