core.get_setting test

This commit is contained in:
MihailRis
2024-04-01 18:08:09 +03:00
parent 75a7b89fc8
commit f8ec75b121
5 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ Value::~Value() {
}
}
Value Value::of(bool value) {
Value Value::boolean(bool value) {
return Value(valtype::boolean, value);
}