Build fix.

--HG--
branch : product-engine
master
Sergei Litovchuk 2009-11-20 18:20:41 +02:00
parent d1ebc5f44d
commit 0c468557b9
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ bool LLLandmarkActions::getLandmarkGlobalPos(const LLUUID& landmarkInventoryItem
{
LLViewerInventoryItem* item = gInventory.getItem(landmarkInventoryItemID);
if (NULL == item)
return NULL;
return false;
const LLUUID& asset_id = item->getAssetUUID();