mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-09 20:08:26 +00:00
Remove explicit default constructor for Accessor
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user