summaryrefslogtreecommitdiff
path: root/indra/newview/lllandmarklist.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lllandmarklist.h')
-rw-r--r--indra/newview/lllandmarklist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lllandmarklist.h b/indra/newview/lllandmarklist.h
index 15e900b601..2c58fd09b2 100644
--- a/indra/newview/lllandmarklist.h
+++ b/indra/newview/lllandmarklist.h
@@ -35,7 +35,8 @@ public:
const LLUUID& uuid,
LLAssetType::EType type,
void* user_data,
- S32 status);
+ S32 status,
+ LLExtStat ext_status );
protected:
typedef std::map<LLUUID, LLLandmark*> landmark_list_t;