[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - vcl/inc

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 10 07:32:02 UTC 2019


 vcl/inc/helpwin.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7a38270abd5c16af2a28055688d9998e958b127
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Dec 10 07:11:30 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Dec 10 08:31:26 2019 +0100

    ImplSVHelpData is a struct
    
    Avoid warning: class 'ImplSVHelpData' was previously declared as a
    struct; this is valid, but may result in linker errors under the
    Microsoft C++ ABI [-Wmismatched-tags].
    
    Change-Id: I60cee7e5dad77dc8447acb7c333fb8f7c3919b3b
    Reviewed-on: https://gerrit.libreoffice.org/84796
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx
index 178a6edb8f63..c6977ea67ad5 100644
--- a/vcl/inc/helpwin.hxx
+++ b/vcl/inc/helpwin.hxx
@@ -24,7 +24,7 @@
 #include <vcl/timer.hxx>
 
 enum class QuickHelpFlags;
-class ImplSVHelpData;
+struct ImplSVHelpData;
 
 class HelpTextWindow : public FloatingWindow
 {


More information about the Libreoffice-commits mailing list