diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llinventory/llparcel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llinventory/llparcel.h b/linden/indra/llinventory/llparcel.h index a33ffad..66af8ad 100644 --- a/linden/indra/llinventory/llparcel.h +++ b/linden/indra/llinventory/llparcel.h | |||
@@ -298,7 +298,7 @@ public: | |||
298 | const char* getMusicURL() const { return mMusicURL.c_str(); } | 298 | const char* getMusicURL() const { return mMusicURL.c_str(); } |
299 | const char* getMediaURL() const { return mMediaURL.c_str(); } | 299 | const char* getMediaURL() const { return mMediaURL.c_str(); } |
300 | const LLUUID& getMediaID() const { return mMediaID; } | 300 | const LLUUID& getMediaID() const { return mMediaID; } |
301 | const U8 getMediaAutoScale() const { return mMediaAutoScale; } | 301 | U8 getMediaAutoScale() const { return mMediaAutoScale; } |
302 | S32 getLocalID() const { return mLocalID; } | 302 | S32 getLocalID() const { return mLocalID; } |
303 | const LLUUID& getOwnerID() const { return mOwnerID; } | 303 | const LLUUID& getOwnerID() const { return mOwnerID; } |
304 | const LLUUID& getGroupID() const { return mGroupID; } | 304 | const LLUUID& getGroupID() const { return mGroupID; } |