diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llresmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llresmgr.h b/linden/indra/llui/llresmgr.h index d9e58bc..be2a355 100644 --- a/linden/indra/llui/llresmgr.h +++ b/linden/indra/llui/llresmgr.h | |||
@@ -132,7 +132,7 @@ public: | |||
132 | 132 | ||
133 | char getMonetaryDecimalPoint() const; | 133 | char getMonetaryDecimalPoint() const; |
134 | char getMonetaryThousandsSeparator() const; | 134 | char getMonetaryThousandsSeparator() const; |
135 | void getMonetaryString( LLString& output, S32 input ) const; | 135 | std::string getMonetaryString( S32 input ) const; |
136 | void getIntegerString( LLString& output, S32 input ) const; | 136 | void getIntegerString( LLString& output, S32 input ) const; |
137 | 137 | ||
138 | // const char* getRes( LLSTR_ID string_id ) const { return mStrings[ string_id ]; } | 138 | // const char* getRes( LLSTR_ID string_id ) const { return mStrings[ string_id ]; } |