[keel,studio] Cleanup

This commit is contained in:
2024-09-28 18:45:09 -05:00
parent 6ad79b305c
commit aa970b1fc0
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ using TypeDescGenerator = ox::Error(*)(ox::TypeStore&);
template<typename T>
ox::Error generateTypeDesc(ox::TypeStore &ts) noexcept {
return ox::buildTypeDef<T>(&ts).error;
return ox::buildTypeDef<T>(ts).error;
}
class Module {