fix standalone and tests

This commit is contained in:
proddy
2026-05-04 08:15:27 +02:00
parent 847fa4f46c
commit ad05eec952
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class String {
return lhs;
}
bool isEmpty() {
bool isEmpty() const {
return _str.empty();
}