Bug 659187: Make member vars in nsMemoryReporterManager.h match ordering in constructor init list, to fix build warning. r=njn

This commit is contained in:
Daniel Holbert 2011-05-24 03:35:10 -07:00
parent 964a4cc7ed
commit ba611f813d

View File

@ -20,8 +20,9 @@ public:
~nsMemoryReporter();
protected:
nsCString mPath, mDesc;
nsCString mPath;
PRInt32 mKind;
nsCString mDesc;
PRInt64 mMemoryUsed;
};