summaryrefslogtreecommitdiff
path: root/indra/llui/llresmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llresmgr.h')
-rw-r--r--indra/llui/llresmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llresmgr.h b/indra/llui/llresmgr.h
index d9e58bc066..be2a35513f 100644
--- a/indra/llui/llresmgr.h
+++ b/indra/llui/llresmgr.h
@@ -132,7 +132,7 @@ public:
char getMonetaryDecimalPoint() const;
char getMonetaryThousandsSeparator() const;
- void getMonetaryString( LLString& output, S32 input ) const;
+ std::string getMonetaryString( S32 input ) const;
void getIntegerString( LLString& output, S32 input ) const;
// const char* getRes( LLSTR_ID string_id ) const { return mStrings[ string_id ]; }