[ox] Cleanup unnecessary ox::

This commit is contained in:
2020-10-16 19:52:46 -05:00
parent 99a2ad8fc9
commit fe40b2e144
13 changed files with 59 additions and 59 deletions

View File

@ -28,7 +28,7 @@ struct TypeInfoCatcher {
this->name = name;
}
constexpr ox::Error field(...) noexcept {
constexpr Error field(...) noexcept {
return OxError(0);
}