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

Tor Lillqvist tml at collabora.com
Mon Mar 23 05:52:36 PDT 2015


 vcl/unx/generic/gdi/cairo_xlib_cairo.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9bce474064e876ced20a8e1f2f1cc189ab6ba989
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Mar 23 14:03:48 2015 +0200

    WaE: struct/class inconsistence
    
    Change-Id: If4788e606900703253780108119c397cca59604b

diff --git a/vcl/unx/generic/gdi/cairo_xlib_cairo.hxx b/vcl/unx/generic/gdi/cairo_xlib_cairo.hxx
index 076f34f..166ebaf 100644
--- a/vcl/unx/generic/gdi/cairo_xlib_cairo.hxx
+++ b/vcl/unx/generic/gdi/cairo_xlib_cairo.hxx
@@ -26,7 +26,7 @@
 
 #include <vcl/cairo.hxx>
 
-class BitmapSystemData;
+struct BitmapSystemData;
 struct SystemEnvData;
 struct SystemGraphicsData;
 


More information about the Libreoffice-commits mailing list