summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2009-11-20 18:20:41 +0200
committerSergei Litovchuk <slitovchuk@productengine.com>2009-11-20 18:20:41 +0200
commit0c468557b9e38ec4be201fa991499ed095a4d8c3 (patch)
treedde4a39c266642f8551abc469664b90a2d3a19e9 /indra/newview
parentd1ebc5f44d53a47f3e0e849bbaaa4313fd352c01 (diff)
Build fix.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lllandmarkactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllandmarkactions.cpp b/indra/newview/lllandmarkactions.cpp
index 70546ccae6..d50b68b624 100644
--- a/indra/newview/lllandmarkactions.cpp
+++ b/indra/newview/lllandmarkactions.cpp
@@ -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();