aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolmorph.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolmorph.h')
-rw-r--r--linden/indra/newview/lltoolmorph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/lltoolmorph.h b/linden/indra/newview/lltoolmorph.h
index 9f9a88b..b8f56d3 100644
--- a/linden/indra/newview/lltoolmorph.h
+++ b/linden/indra/newview/lltoolmorph.h
@@ -35,7 +35,6 @@
35#include "lltool.h" 35#include "lltool.h"
36#include "m4math.h" 36#include "m4math.h"
37#include "v2math.h" 37#include "v2math.h"
38#include "linked_lists.h"
39#include "lldynamictexture.h" 38#include "lldynamictexture.h"
40#include "llundo.h" 39#include "llundo.h"
41#include "lltextbox.h" 40#include "lltextbox.h"
@@ -93,8 +92,9 @@ protected:
93 F32 mLastParamWeight; 92 F32 mLastParamWeight;
94 93
95 LLPointer<LLViewerImage> mBackgroundp; 94 LLPointer<LLViewerImage> mBackgroundp;
96 95
97 static LLLinkedList<LLVisualParamHint> sInstances; 96 typedef std::set<LLVisualParamHint*> instance_list_t;
97 static instance_list_t sInstances;
98}; 98};
99 99
100// this class resets avatar data at the end of an update cycle 100// this class resets avatar data at the end of an update cycle