force _isSet to be set before isSet() called

This commit is contained in:
Stephen Birarda 2017-07-06 12:01:08 -07:00
parent 916f57772b
commit bdcdff3dbc

View file

@ -107,6 +107,7 @@ namespace Setting {
}
bool isSet() const {
maybeInit();
return _isSet;
}