aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgivemoney.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llgivemoney.h')
-rw-r--r--linden/indra/newview/llgivemoney.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llgivemoney.h b/linden/indra/newview/llgivemoney.h
index e150679..b3cf556 100644
--- a/linden/indra/newview/llgivemoney.h
+++ b/linden/indra/newview/llgivemoney.h
@@ -47,7 +47,7 @@ class LLButton;
47class LLObjectSelection; 47class LLObjectSelection;
48struct LLGiveMoneyInfo; 48struct LLGiveMoneyInfo;
49 49
50typedef void (*money_callback)(const LLUUID&, LLViewerRegion*,S32,BOOL,S32,const LLString&); 50typedef void (*money_callback)(const LLUUID&, LLViewerRegion*,S32,BOOL,S32,const std::string&);
51 51
52class LLFloaterPay : public LLFloater 52class LLFloaterPay : public LLFloater
53{ 53{
@@ -77,8 +77,8 @@ private:
77 void give(S32 amount); 77 void give(S32 amount);
78 static void processPayPriceReply(LLMessageSystem* msg, void **userdata); 78 static void processPayPriceReply(LLMessageSystem* msg, void **userdata);
79 static void onCacheOwnerName(const LLUUID& owner_id, 79 static void onCacheOwnerName(const LLUUID& owner_id,
80 const char* firstname, 80 const std::string& firstname,
81 const char* lastname, 81 const std::string& lastname,
82 BOOL is_group, 82 BOOL is_group,
83 void* userdata); 83 void* userdata);
84 void finishPayUI(const LLUUID& target_id, BOOL is_group); 84 void finishPayUI(const LLUUID& target_id, BOOL is_group);