]> git.lyx.org Git - lyx.git/blobdiff - src/Counters.cpp
More tweaking of boundary setting at end of row
[lyx.git] / src / Counters.cpp
index 5a6b922e5e230fbd694cd8c213f807f54135db99..5fb4f1b0b398732fd33891238aed0e6c0351d695 100644 (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(""));