[ox/model] Fix name shadowing
This commit is contained in:
Vendored
+2
-2
@@ -38,8 +38,8 @@ class TypeDescWriter {
|
|||||||
|
|
||||||
TypeName name;
|
TypeName name;
|
||||||
|
|
||||||
constexpr void setTypeInfo(const char *name, int) noexcept {
|
constexpr void setTypeInfo(const char *n, int) noexcept {
|
||||||
this->name = name;
|
this->name = n;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
|||||||
Reference in New Issue
Block a user