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

Stephan Bergmann sbergman at redhat.com
Wed Jan 20 02:05:19 PST 2016


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

New commits:
commit 0eebf260b20dae7a73b0abb1d461e29b6b8446fa
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 20 11:04:46 2016 +0100

    -Werror,-Wmismatched-tags
    
    Change-Id: Iaab785834f6fecf0cb0f0af4fdc79a54d3068711

diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 1dfba89..9e1416c 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -43,7 +43,7 @@
 #   define SVP_CAIRO_FORMAT (BMP_FORMAT_32BIT_TC_BGRA | BMP_FORMAT_TOP_DOWN)
 #endif
 
-class BitmapBuffer;
+struct BitmapBuffer;
 class GlyphCache;
 class ServerFont;
 typedef struct _cairo cairo_t;


More information about the Libreoffice-commits mailing list