commit bbce65b68ea69deaf99c2ac26d4f2ef5670c92f2
Author: Richard Heck <[email protected]>
Date:   Sun Jun 2 09:40:44 2013 -0400

    Initialize initial_value_.

diff --git a/src/Counters.cpp b/src/Counters.cpp
index 917044a..5a6b922 100644
--- a/src/Counters.cpp
+++ b/src/Counters.cpp
@@ -33,6 +33,7 @@ namespace lyx {
 
 
 Counter::Counter()
+       : initial_value_(0)
 {
        reset();
 }

Reply via email to