mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
nsIUnicodeEncodeHelper.h included
This commit is contained in:
parent
790a8f48ef
commit
5c762d6682
@ -30,6 +30,9 @@
|
||||
#include "nsUConvDll.h"
|
||||
#include "registryhack1.h"
|
||||
|
||||
// just for CIDs
|
||||
#include "nsIUnicodeEncodeHelper.h"
|
||||
|
||||
// XXX to be moved with its own factory
|
||||
#include "nsIUnicodeDecodeUtil.h"
|
||||
#include "nsUnicodeDecodeUtil.h"
|
||||
@ -44,7 +47,7 @@ struct ConverterInfo
|
||||
|
||||
ConverterInfo() {}
|
||||
|
||||
~ConverterInfo ()
|
||||
~ConverterInfo()
|
||||
{
|
||||
if (mCharset != NULL) delete mCharset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user