pull/3085/head
Kim Kulling 2020-04-21 15:50:17 +02:00 committed by GitHub
parent 428b91154a
commit 843ca6e386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ private:
T* mStorage;
size_t mSize;
size_t mCapacity;
T mInplaceStorage[Capasity];
T mInplaceStorage[Capacity];
};
} // end namespace Assimp