summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-20 11:04:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-20 11:04:46 +0100
commit0eebf260b20dae7a73b0abb1d461e29b6b8446fa (patch)
tree17f9ac10b041fb8b5d8724e92ab151090b361073
parentc8322b643af78b8742b1af8e3427add94d429d81 (diff)
-Werror,-Wmismatched-tags
Change-Id: Iaab785834f6fecf0cb0f0af4fdc79a54d3068711
-rw-r--r--vcl/inc/headless/svpgdi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 1dfba8901588..9e1416c30bb4 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;