diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-28 17:12:47 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-28 17:12:47 -0700 |
commit | 437449044583d50c8cad694e65e5a4a23a55d768 (patch) | |
tree | c7637a8dbc31d933ca05e999eea7f9fd34daa305 /indra/newview/lllandmarkactions.cpp | |
parent | 9426de7e10fa7cfe84048ae7dd58a793e981ee33 (diff) | |
parent | d993ce14d83530544c0e0f05af10d235999d9a5f (diff) |
tab container fixes..
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 b36b7cf50e..091346d3b4 100644 --- a/indra/newview/lllandmarkactions.cpp +++ b/indra/newview/lllandmarkactions.cpp @@ -348,7 +348,7 @@ LLLandmark* LLLandmarkActions::getLandmark(const LLUUID& landmarkInventoryItemID { LLViewerInventoryItem* item = gInventory.getItem(landmarkInventoryItemID); if (NULL == item) - return false; + return NULL; const LLUUID& asset_id = item->getAssetUUID(); return gLandmarkList.getAsset(asset_id, NULL); |