summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-24 13:37:19 +0200
committerNoel Grandin <noel@peralex.com>2015-07-24 13:37:19 +0200
commit2792868df58808902a6bc7f58fd50970a0a756c0 (patch)
tree867ffc76c70de098b51ddd2a8f3ab35c5794a3ec /vcl
parent298c089df77d9afe2cf86bb7a6a8544a0151e8c5 (diff)
-Werror,-Wmismatched-tags
Change-Id: I85f4ddb5b3c441b0fc18e3d255dded7456b69ddd
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/opengl/x11/gdiimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/x11/gdiimpl.hxx b/vcl/inc/opengl/x11/gdiimpl.hxx
index 9e2ece3448c0..a87a9dec2de2 100644
--- a/vcl/inc/opengl/x11/gdiimpl.hxx
+++ b/vcl/inc/opengl/x11/gdiimpl.hxx
@@ -16,7 +16,7 @@
#include "unx/x11/x11gdiimpl.h"
#include "openglgdiimpl.hxx"
-class TextureCombo;
+struct TextureCombo;
class VCL_PLUGIN_PUBLIC X11OpenGLSalGraphicsImpl : public OpenGLSalGraphicsImpl, public X11GraphicsImpl
{