diff --git a/tiny_gltf.h b/tiny_gltf.h index b0eac71..e9a7ebc 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -898,7 +898,6 @@ struct Accessor { // unreachable return 0; } - Accessor() = default; DEFAULT_METHODS(Accessor) bool operator==(const tinygltf::Accessor &) const; };