| commit | 302f0f948d76a2a7c556ed383e909b36495222ee | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Thu Dec 05 09:38:56 2019 +0100 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Thu Dec 05 11:45:11 2019 +0100 |
| tree | d1fc98fd28996cb46838883896f971dad7a7554e | |
| parent | 59c9ef36ebb6871c9e4a0b9bb5844ca6f7acaaa5 [diff] |
-Werror,-Wnon-virtual-dtor (clang-cl) Change-Id: I66967a6d79b0568557c67b26c3dc6c65f00db261 Reviewed-on: https://gerrit.libreoffice.org/84509 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx index 0bd9222..244627c 100644 --- a/vcl/inc/win/winlayout.hxx +++ b/vcl/inc/win/winlayout.hxx
@@ -64,6 +64,7 @@ struct GlobalWinGlyphCache static GlobalWinGlyphCache * get(); virtual ~GlobalWinGlyphCache() {} virtual bool AllocateTexture(WinGlyphDrawElement& rElement, int nWidth, int nHeight) = 0; virtual void NotifyElementUsed(WinGlyphDrawElement& /*rElement*/) {} virtual void Prune() {}