diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-05 09:38:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-05 11:45:11 +0100 |
commit | 302f0f948d76a2a7c556ed383e909b36495222ee (patch) | |
tree | d1fc98fd28996cb46838883896f971dad7a7554e /vcl/inc/win/winlayout.hxx | |
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>
Diffstat (limited to 'vcl/inc/win/winlayout.hxx')
-rw-r--r-- | vcl/inc/win/winlayout.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx index 0bd9222c0521..244627c22b6f 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() {} |