mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Checking in a header file which was missed in my last check in, bug 20380,=tao.
This commit is contained in:
parent
1c2e74b53e
commit
c8d6589459
@ -33,9 +33,13 @@ class nsCollationUnix : public nsICollation {
|
||||
|
||||
protected:
|
||||
nsCollation *mCollation;
|
||||
nsString mLocale; //should be nsCString when available
|
||||
nsString mLocale;
|
||||
nsString mSavedLocale;
|
||||
nsString mCharset;
|
||||
|
||||
void DoSetLocale();
|
||||
void DoRestoreLocale();
|
||||
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user