diff options
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 |