mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:37:22 +02:00
force _isSet to be set before isSet() called
This commit is contained in:
parent
916f57772b
commit
bdcdff3dbc
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ namespace Setting {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isSet() const {
|
bool isSet() const {
|
||||||
|
maybeInit();
|
||||||
return _isSet;
|
return _isSet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue