diff options
Diffstat (limited to 'linden/indra/newview/llcurrencyuimanager.h')
-rw-r--r-- | linden/indra/newview/llcurrencyuimanager.h | 2 |
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 |