diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-08-25 10:22:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-08-25 10:22:36 +0300 |
commit | 4809c42c091e60a2b5fdfa6792c6130acf123466 (patch) | |
tree | 005b235fbfbdf72e5d76347198dad1bb73526407 /vcl | |
parent | 219b50a284a9fab6e5eb72efee54a72e15ac1bec (diff) |
Nitpick: Follow our header guard naming convention
Change-Id: I939d36dbb0a298f8181367f74001115ef89d5bc2
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/opengl/FixedTextureAtlas.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/opengl/FixedTextureAtlas.hxx b/vcl/inc/opengl/FixedTextureAtlas.hxx index c4f5d6065696..362714005585 100644 --- a/vcl/inc/opengl/FixedTextureAtlas.hxx +++ b/vcl/inc/opengl/FixedTextureAtlas.hxx @@ -8,8 +8,8 @@ * */ -#ifndef INCLUDED_VCL_INC_OPENGL_FIXED_TEXTURE_ATLAS_H -#define INCLUDED_VCL_INC_OPENGL_FIXED_TEXTURE_ATLAS_H +#ifndef INCLUDED_VCL_INC_OPENGL_FIXEDTEXTUREATLAS_HXX +#define INCLUDED_VCL_INC_OPENGL_FIXEDTEXTUREATLAS_HXX #include "opengl/texture.hxx" @@ -34,6 +34,6 @@ public: } }; -#endif // INCLUDED_VCL_INC_OPENGL_FIXED_TEXTURE_ATLAS_H +#endif // INCLUDED_VCL_INC_OPENGL_FIXEDTEXTUREATLAS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |