]> git.lyx.org Git - lyx.git/blobdiff - src/Counters.h
* GuiToolbar.cpp:
[lyx.git] / src / Counters.h
index 96b14266c3539a11857089f8b7a060d5fda30160..28e7b686322791d3236f7b056c50a0893965d744 100644 (file)
@@ -73,6 +73,8 @@ private:
 /// Every instantiation is an array of counters of type Counter.
 class Counters {
 public:
+       ///
+       Counters() : appendix_(false), subfloat_(false) {}
        /// Add a new counter to array.
        void newCounter(docstring const & newc);
        /// Add new counter having oldc as its master and ls as its label.