Bug 1039843 - Give nsCollationWin a private destructor; r=bjacob

--HG--
extra : rebase_source : e79af8be1de8239fedb56824a909f7e251cad1c2
This commit is contained in:
Ehsan Akhgari 2014-07-17 16:42:57 -04:00
parent ef53e94f4e
commit 9d52d07c8c

View File

@ -15,6 +15,7 @@
class nsCollationWin MOZ_FINAL : public nsICollation {
~nsCollationWin();
protected:
nsCollation *mCollation; // XP collation class
@ -22,7 +23,6 @@ protected:
public:
nsCollationWin();
~nsCollationWin();
// nsISupports interface
NS_DECL_ISUPPORTS