diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-24 13:37:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-24 13:37:19 +0200 |
commit | 2792868df58808902a6bc7f58fd50970a0a756c0 (patch) | |
tree | 867ffc76c70de098b51ddd2a8f3ab35c5794a3ec /vcl | |
parent | 298c089df77d9afe2cf86bb7a6a8544a0151e8c5 (diff) |
-Werror,-Wmismatched-tags
Change-Id: I85f4ddb5b3c441b0fc18e3d255dded7456b69ddd
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/opengl/x11/gdiimpl.hxx | 2 |
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 { |