diff options
Diffstat (limited to 'linden/indra/newview/lllandmarklist.h')
-rw-r--r-- | linden/indra/newview/lllandmarklist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lllandmarklist.h b/linden/indra/newview/lllandmarklist.h index 50ccfb6..1d69158 100644 --- a/linden/indra/newview/lllandmarklist.h +++ b/linden/indra/newview/lllandmarklist.h | |||
@@ -55,7 +55,8 @@ public: | |||
55 | const LLUUID& uuid, | 55 | const LLUUID& uuid, |
56 | LLAssetType::EType type, | 56 | LLAssetType::EType type, |
57 | void* user_data, | 57 | void* user_data, |
58 | S32 status); | 58 | S32 status, |
59 | LLExtStat ext_status ); | ||
59 | 60 | ||
60 | protected: | 61 | protected: |
61 | typedef std::map<LLUUID, LLLandmark*> landmark_list_t; | 62 | typedef std::map<LLUUID, LLLandmark*> landmark_list_t; |