Pulled llinventorymodel apart into llinventorymodel, llinventoryobserver and llinventoryfunctions
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
#include "lldelayedgestureerror.h"
|
||||
#include "llfloatergesture.h" // for some label constants
|
||||
#include "llgesturemgr.h"
|
||||
#include "llinventorymodel.h"
|
||||
#include "llinventoryfunctions.h"
|
||||
#include "llkeyboard.h"
|
||||
#include "lllineeditor.h"
|
||||
#include "llnotificationsutil.h"
|
||||
@@ -95,8 +95,8 @@ protected:
|
||||
void LLInventoryGestureAvailable::done()
|
||||
{
|
||||
LLPreview* preview = NULL;
|
||||
item_ref_t::iterator it = mComplete.begin();
|
||||
item_ref_t::iterator end = mComplete.end();
|
||||
uuid_vec_t::iterator it = mComplete.begin();
|
||||
uuid_vec_t::iterator end = mComplete.end();
|
||||
for(; it < end; ++it)
|
||||
{
|
||||
preview = LLPreview::find((*it));
|
||||
|
||||
Reference in New Issue
Block a user