removed string from restriction

This commit is contained in:
2025-12-09 21:13:47 +01:00
parent c4f8731262
commit 9b7b74524f
13 changed files with 86 additions and 166 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ utils::basic_type attribute::type() const {
return type_;
}
object* attribute::owner() const {
std::shared_ptr<object> attribute::owner() const {
return owner_;
}