vcl/inc/win/winlayout.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 302f0f948d76a2a7c556ed383e909b36495222ee
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Dec 5 09:38:56 2019 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Dec 5 11:45:11 2019 +0100

    -Werror,-Wnon-virtual-dtor (clang-cl)
    
    Change-Id: I66967a6d79b0568557c67b26c3dc6c65f00db261
    Reviewed-on: https://gerrit.libreoffice.org/84509
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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() {}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to