summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-01-10 16:08:02 -0500
committerprep <prep@lindenlab.com>2011-01-10 16:08:02 -0500
commit3fcdd7f41581e2e724be703687e717ea6ddc91ba (patch)
treef3b3d4226aadc515a737e7831d91c941baacddbe /indra/newview/llviewerinventory.h
parent9c60d1da81ae711b702b83bb388083bc19702472 (diff)
parentb63a404613182edfd230abda595f064c7bcc1c10 (diff)
merge
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rw-r--r--indra/newview/llviewerinventory.h1
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;