Initialize a LLUUID with LLUUID::null

master
Ansariel 2020-09-28 00:30:21 +02:00
parent a8811ebdf9
commit d9b93890ef
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ namespace DAEExportUtil
ColladaExportFloater::ColladaExportFloater(const LLSD& key)
: LLFloater(key),
mCurrentObjectID(NULL),
mCurrentObjectID(LLUUID::null),
mDirty(true)
{
mCommitCallbackRegistrar.add("ColladaExport.TextureExport", boost::bind(&ColladaExportFloater::onTextureExportCheck, this));