diff options
author | leyla_linden <none@none> | 2011-01-10 12:10:36 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-01-10 12:10:36 -0800 |
commit | b63a404613182edfd230abda595f064c7bcc1c10 (patch) | |
tree | 18a4cb6abdfa52bb68ded012f9f4b53d491b0c48 /indra/newview/llviewerinventory.h | |
parent | 523722652259d37841be2ad4ad283df4887ad372 (diff) | |
parent | fdf19a526821291bd3d6a6e1f6b78dcaeac63705 (diff) |
Merge
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rw-r--r-- | indra/newview/llviewerinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index 1af06a1be8..41542a4e0f 100644 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -62,6 +62,7 @@ public: virtual const std::string& getName() const; virtual S32 getSortField() const; virtual void setSortField(S32 sortField); + virtual void getSLURL(); //Caches SLURL for landmark. //*TODO: Find a better way to do it and remove this method from here. virtual const LLPermissions& getPermissions() const; virtual const bool getIsFullPerm() const; // 'fullperm' in the popular sense: modify-ok & copy-ok & transfer-ok, no special god rules applied virtual const LLUUID& getCreatorUUID() const; |