Initialize initial_value_.

This commit is contained in:
Richard Heck 2013-06-02 09:40:44 -04:00
parent daed22c4d6
commit bbce65b68e

View File

@ -33,6 +33,7 @@ namespace lyx {
Counter::Counter()
: initial_value_(0)
{
reset();
}