[tor-browser/tor-browser-38.1.0esr-5.0-1] Bug #13313 Part 2: Fix windows cross-compile for --enable-bundled-fonts

commit be6a317e6a7f028a882f6f641b7f90960e8fd239 Author: Arthur Edelstein <arthuredelstein@gmail.com> Date: Mon Jul 20 08:52:24 2015 -0700 Bug #13313 Part 2: Fix windows cross-compile for --enable-bundled-fonts --- gfx/thebes/gfxDWriteFontList.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/thebes/gfxDWriteFontList.cpp b/gfx/thebes/gfxDWriteFontList.cpp index 8d0ae81..5eb2488 100644 --- a/gfx/thebes/gfxDWriteFontList.cpp +++ b/gfx/thebes/gfxDWriteFontList.cpp @@ -1803,6 +1803,7 @@ private: BundledFontFileEnumerator() = delete; BundledFontFileEnumerator(const BundledFontFileEnumerator&) = delete; BundledFontFileEnumerator& operator=(const BundledFontFileEnumerator&) = delete; + virtual ~BundledFontFileEnumerator() {} nsRefPtr<IDWriteFactory> mFactory; @@ -1870,6 +1871,7 @@ public: private: BundledFontLoader(const BundledFontLoader&) = delete; BundledFontLoader& operator=(const BundledFontLoader&) = delete; + virtual ~BundledFontLoader() { } }; IFACEMETHODIMP
participants (1)
-
gk@torproject.org