diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-20 18:20:41 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-20 18:20:41 +0200 |
commit | 0c468557b9e38ec4be201fa991499ed095a4d8c3 (patch) | |
tree | dde4a39c266642f8551abc469664b90a2d3a19e9 /indra/newview/lllandmarkactions.cpp | |
parent | d1ebc5f44d53a47f3e0e849bbaaa4313fd352c01 (diff) |
Build fix.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lllandmarkactions.cpp')
-rw-r--r-- | indra/newview/lllandmarkactions.cpp | 2 |
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(); |