aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llresmgr.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/llui/llresmgr.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/llui/llresmgr.h')
-rw-r--r--linden/indra/llui/llresmgr.h2
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 ]; }