Alembic: don't explicitly pass NULL

This commit is contained in:
Sybren A. Stüvel 2018-01-16 16:28:10 +01:00
parent 6db0fd65ab
commit 4e0673927a
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ static void read_custom_data_mcols(const std::string & iobject_full_name,
{
C3fArraySamplePtr c3f_ptr = C3fArraySamplePtr();
C4fArraySamplePtr c4f_ptr = C4fArraySamplePtr();
Alembic::Abc::UInt32ArraySamplePtr indices(NULL);
Alembic::Abc::UInt32ArraySamplePtr indices;
bool use_c3f_ptr;
bool is_facevarying;