[ox/claw] Remove ambiguous second TypeInfoCatcher::setTypeInfo
This commit is contained in:
parent
22a7ff74ce
commit
706f5b345a
5
deps/ox/src/ox/claw/write.hpp
vendored
5
deps/ox/src/ox/claw/write.hpp
vendored
@ -32,11 +32,6 @@ struct TypeInfoCatcher {
|
|||||||
this->version = v;
|
this->version = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T>
|
|
||||||
constexpr void setTypeInfo() noexcept {
|
|
||||||
this->name = T::TypeName;
|
|
||||||
}
|
|
||||||
|
|
||||||
constexpr Error field(...) noexcept {
|
constexpr Error field(...) noexcept {
|
||||||
return OxError(0);
|
return OxError(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user