[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 5 10:46:31 UTC 2019


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

New commits:
commit 302f0f948d76a2a7c556ed383e909b36495222ee
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 5 09:38:56 2019 +0100
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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() {}


More information about the Libreoffice-commits mailing list