summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpostcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterpostcard.h')
-rw-r--r--indra/newview/llfloaterpostcard.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpostcard.h b/indra/newview/llfloaterpostcard.h
index 5e0efa0ccb..2e2fffb18a 100644
--- a/indra/newview/llfloaterpostcard.h
+++ b/indra/newview/llfloaterpostcard.h
@@ -78,8 +78,9 @@ protected:
LLVector2 mImageScale;
LLVector3d mPosTakenGlobal;
boolean mHasFirstMsgFocus;
-
- static LLLinkedList<LLFloaterPostcard> sInstances;
+
+ typedef std::set<LLFloaterPostcard*> instance_list_t;
+ static instance_list_t sInstances;
};