Bug 1190590 - Fix MinGW cross-compile for --enable-bundled-fonts. r=jfkthame

This commit is contained in:
Arthur Edelstein 2015-08-03 14:59:00 -04:00
Родитель 1f237a5ad2
Коммит 5bcc983fed
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1801,6 +1801,7 @@ private:
BundledFontFileEnumerator() = delete;
BundledFontFileEnumerator(const BundledFontFileEnumerator&) = delete;
BundledFontFileEnumerator& operator=(const BundledFontFileEnumerator&) = delete;
virtual ~BundledFontFileEnumerator() {}
nsRefPtr<IDWriteFactory> mFactory;
@ -1868,6 +1869,7 @@ public:
private:
BundledFontLoader(const BundledFontLoader&) = delete;
BundledFontLoader& operator=(const BundledFontLoader&) = delete;
virtual ~BundledFontLoader() { }
};
IFACEMETHODIMP