diff options
Diffstat (limited to 'linden/indra/newview/llfloaterpostcard.h')
-rw-r--r-- | linden/indra/newview/llfloaterpostcard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloaterpostcard.h b/linden/indra/newview/llfloaterpostcard.h index e04d45f..be7c2b2 100644 --- a/linden/indra/newview/llfloaterpostcard.h +++ b/linden/indra/newview/llfloaterpostcard.h | |||
@@ -57,7 +57,6 @@ public: | |||
57 | 57 | ||
58 | static void onClickCancel(void* data); | 58 | static void onClickCancel(void* data); |
59 | static void onClickSend(void* data); | 59 | static void onClickSend(void* data); |
60 | static void onClickPublishHelp(void *data); | ||
61 | 60 | ||
62 | static void uploadCallback(const LLUUID& asset_id, | 61 | static void uploadCallback(const LLUUID& asset_id, |
63 | void *user_data, | 62 | void *user_data, |
@@ -79,8 +78,9 @@ protected: | |||
79 | LLVector2 mImageScale; | 78 | LLVector2 mImageScale; |
80 | LLVector3d mPosTakenGlobal; | 79 | LLVector3d mPosTakenGlobal; |
81 | boolean mHasFirstMsgFocus; | 80 | boolean mHasFirstMsgFocus; |
82 | 81 | ||
83 | static LLLinkedList<LLFloaterPostcard> sInstances; | 82 | typedef std::set<LLFloaterPostcard*> instance_list_t; |
83 | static instance_list_t sInstances; | ||
84 | }; | 84 | }; |
85 | 85 | ||
86 | 86 | ||