Change field type for ConfigObject::version to double

refs #10257
This commit is contained in:
Gunnar Beutner 2015-10-01 04:49:35 +02:00
parent 55616209ae
commit 124d3f71f7

View file

@ -94,7 +94,7 @@ abstract class ConfigObject : ConfigObjectBase
[protected] bool state_loaded;
Dictionary::Ptr original_attributes;
[state] int version {
[state] double version {
default {{{ return 0; }}}
};
};