aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcurrencyuimanager.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llcurrencyuimanager.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/llcurrencyuimanager.h')
-rw-r--r--linden/indra/newview/llcurrencyuimanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcurrencyuimanager.h b/linden/indra/newview/llcurrencyuimanager.h
index a9fafe1..858cc5c 100644
--- a/linden/indra/newview/llcurrencyuimanager.h
+++ b/linden/indra/newview/llcurrencyuimanager.h
@@ -71,7 +71,7 @@ public:
71 // call periodically, for example, from draw() 71 // call periodically, for example, from draw()
72 // returns true if the UI needs to be updated 72 // returns true if the UI needs to be updated
73 73
74 void buy(const LLString& buy_msg); 74 void buy(const std::string& buy_msg);
75 // call to initiate the purchase 75 // call to initiate the purchase
76 76
77 bool inProcess(); // is a transaction in process 77 bool inProcess(); // is a transaction in process