From d9b93890ef2e2ff23dd3a9c237c63bf5a6de4c2c Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 28 Sep 2020 00:30:21 +0200 Subject: [PATCH] Initialize a LLUUID with LLUUID::null --- indra/newview/daeexport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/daeexport.cpp b/indra/newview/daeexport.cpp index e068e5146e..04f56a2fd1 100644 --- a/indra/newview/daeexport.cpp +++ b/indra/newview/daeexport.cpp @@ -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));