diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/llinventory/llpermissions.h | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-impy-a408bac29378072fbf36864164149458c978cfcc.zip meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2 meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz |
Second Life viewer sources 1.17.1.0
Diffstat (limited to 'linden/indra/llinventory/llpermissions.h')
-rw-r--r-- | linden/indra/llinventory/llpermissions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llinventory/llpermissions.h b/linden/indra/llinventory/llpermissions.h index 608f4b2..9607a9b 100644 --- a/linden/indra/llinventory/llpermissions.h +++ b/linden/indra/llinventory/llpermissions.h | |||
@@ -140,7 +140,7 @@ public: | |||
140 | const LLUUID& getOwner() const { return mOwner; } | 140 | const LLUUID& getOwner() const { return mOwner; } |
141 | 141 | ||
142 | // return the group_id of the group associated with the | 142 | // return the group_id of the group associated with the |
143 | // object. group_id == owner_id if the object is group owned. | 143 | // object. |
144 | const LLUUID& getGroup() const { return mGroup; } | 144 | const LLUUID& getGroup() const { return mGroup; } |
145 | 145 | ||
146 | // return the agent_id of the last agent owner. Only returns | 146 | // return the agent_id of the last agent owner. Only returns |