summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolmorph.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolmorph.h')
-rw-r--r--indra/newview/lltoolmorph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/lltoolmorph.h b/indra/newview/lltoolmorph.h
index 72e73b0934..4c3489b35f 100644
--- a/indra/newview/lltoolmorph.h
+++ b/indra/newview/lltoolmorph.h
@@ -35,7 +35,6 @@
#include "lltool.h"
#include "m4math.h"
#include "v2math.h"
-#include "linked_lists.h"
#include "lldynamictexture.h"
#include "llundo.h"
#include "lltextbox.h"
@@ -93,8 +92,9 @@ protected:
F32 mLastParamWeight;
LLPointer<LLViewerImage> mBackgroundp;
-
- static LLLinkedList<LLVisualParamHint> sInstances;
+
+ typedef std::set<LLVisualParamHint*> instance_list_t;
+ static instance_list_t sInstances;
};
// this class resets avatar data at the end of an update cycle