diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloaterpostcard.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-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 | ||