diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-05-19 18:11:08 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-05-19 18:11:08 -0400 |
commit | 4885c122eaf1b4e304ce598f308d806322efacfc (patch) | |
tree | 9d5b2dd6383d56f9c4a04e2d13ea01cec2ea7fa0 /indra/newview | |
parent | 67051b26ba41a0d0cde2c2b96bccb0972d8ffe23 (diff) | |
parent | d0d32626a5bf25f76b4a3296f681eb13e071d55e (diff) |
merge
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llinventorymodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index b72c8fed50..2e957809be 100755 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -485,7 +485,7 @@ public: // been changed 'under the hood', but outside the control of the // inventory. The next notify will include that notification. void addChangedMask(U32 mask, const LLUUID& referent); - typedef uuid_set_t changed_items_t; + const changed_items_t& getChangedIDs() const { return mChangedItemIDs; } const changed_items_t& getAddedIDs() const { return mAddedItemIDs; } protected: |