Switch to using typedef'd uuid types everywhere and auto for iterators
Oh, and some related opts.
This commit is contained in:
@@ -127,7 +127,7 @@ public:
|
||||
|
||||
private:
|
||||
container mSizeInfo;
|
||||
typedef std::set<LLUUID> std_LLUUID;
|
||||
typedef uuid_set_t std_LLUUID;
|
||||
std_LLUUID mMarkAsUnloaded;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user