changes according travis build

This commit is contained in:
CwTCwT
2018-06-09 16:47:05 +02:00
parent b8facc5dae
commit 2c2b76a2bb
3 changed files with 3 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ namespace Assimp {
return cdtype >= 0 && cdtype < CD_NUMTYPES;
}
bool readCustomData(std::shared_ptr<void> &out, const CustomDataType cdtype, const size_t cnt, const FileDatabase &db) {
bool readCustomData(std::shared_ptr<void> &out, const int cdtype, const size_t cnt, const FileDatabase &db) {
if (!isValidCustomDataType(cdtype)) {
throw Error((Formatter::format(), "CustomData.type ", cdtype, " out of index"));
}