again travis hit me

pull/2005/head
CwTCwT 2018-06-09 20:42:02 +02:00
parent 96bc2d3146
commit 09825d8d03
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#pragma once
#include "BlenderCustomData.h"
#include <array>
@ -59,7 +57,7 @@ namespace Assimp {
*/
#define IMPL_STRUCT_ALLOC(ty) \
void *alloc##ty(const size_t cnt) { \
return new uint8_t[cnt * sizeof ty]; \
return new uint8_t[cnt * sizeof(ty)]; \
}
/**