diff options
author | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
commit | 28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch) | |
tree | 069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/llinventory/llparcel.h | |
parent | Second Life viewer sources 1.17.2.0 (diff) | |
download | meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2 meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz |
Second Life viewer sources 1.17.3.0
Diffstat (limited to 'linden/indra/llinventory/llparcel.h')
-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; } |