mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-12 14:08:59 +08:00
Remove explicit default constructor for Accessor
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
bd7255e095
commit
1b517f2b23
@ -898,7 +898,6 @@ struct Accessor {
|
|||||||
// unreachable return 0;
|
// unreachable return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
Accessor() = default;
|
|
||||||
DEFAULT_METHODS(Accessor)
|
DEFAULT_METHODS(Accessor)
|
||||||
bool operator==(const tinygltf::Accessor &) const;
|
bool operator==(const tinygltf::Accessor &) const;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user