diff options
Diffstat (limited to 'indra')
| -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:  | 
