Fixed C++11 compliance of previous commit

This commit is contained in:
Paolo Jovon 2018-07-07 21:50:01 +02:00
parent e6601bfb4b
commit b2a587af96

View File

@ -793,7 +793,7 @@ struct FsCallbacks
ReadWholeFileFunction ReadWholeFile; ReadWholeFileFunction ReadWholeFile;
WriteWholeFileFunction WriteWholeFile; WriteWholeFileFunction WriteWholeFile;
void* user_data = nullptr; // An argument that is passed to all fs callbacks void* user_data; // An argument that is passed to all fs callbacks
}; };
#ifndef TINYGLTF_NO_FS #ifndef TINYGLTF_NO_FS