[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Tue Aug 25 00:23:38 PDT 2015
vcl/inc/opengl/FixedTextureAtlas.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 4809c42c091e60a2b5fdfa6792c6130acf123466
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Aug 25 10:22:26 2015 +0300
Nitpick: Follow our header guard naming convention
Change-Id: I939d36dbb0a298f8181367f74001115ef89d5bc2
diff --git a/vcl/inc/opengl/FixedTextureAtlas.hxx b/vcl/inc/opengl/FixedTextureAtlas.hxx
index c4f5d60..3627140 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: */
More information about the Libreoffice-commits
mailing list