зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1190590 - Fix MinGW cross-compile for --enable-bundled-fonts. r=jfkthame
This commit is contained in:
Родитель
1f237a5ad2
Коммит
5bcc983fed
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче