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