diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-23 14:03:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-23 14:51:25 +0200 |
commit | 9bce474064e876ced20a8e1f2f1cc189ab6ba989 (patch) | |
tree | c132c8e20e0db108db2b0f635c06f4e0303a01c9 /vcl | |
parent | 707a8bc1e47b57421412de3f1f47ec31be28c5a9 (diff) |
WaE: struct/class inconsistence
Change-Id: If4788e606900703253780108119c397cca59604b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/gdi/cairo_xlib_cairo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/cairo_xlib_cairo.hxx b/vcl/unx/generic/gdi/cairo_xlib_cairo.hxx index 076f34f2676c..166ebaf0a882 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; |