mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 21:06:32 +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 {
|
||||
maybeInit();
|
||||
return _isSet;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue