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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llui/llresmgr.h b/indra/llui/llresmgr.h
index be2a35513f..1a452f7381 100644
--- a/indra/llui/llresmgr.h
+++ b/indra/llui/llresmgr.h
@@ -29,8 +29,6 @@
* $/LicenseInfo$
*/
-// NOTE: this is a MINIMAL implementation. The interface will remain, but the implementation will
-// (when the time is right) become dynamic and probably use external files.
#ifndef LL_LLRESMGR_H
#define LL_LLRESMGR_H
@@ -157,11 +155,10 @@ public:
LLLocale(const LLString& locale_string);
virtual ~LLLocale();
-public:
static const LLString USER_LOCALE;
static const LLString SYSTEM_LOCALE;
-protected:
+private:
LLString mPrevLocaleString;
};