Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/render/intern/include/pointdensity.h')
-rw-r--r--source/blender/render/intern/include/pointdensity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/render/intern/include/pointdensity.h b/source/blender/render/intern/include/pointdensity.h
index 7ceb24e9ece..cc8fabda49c 100644
--- a/source/blender/render/intern/include/pointdensity.h
+++ b/source/blender/render/intern/include/pointdensity.h
@@ -30,8 +30,8 @@
*/
-#ifndef POINTDENSITY_H
-#define POINTDENSITY_H
+#ifndef __POINTDENSITY_H__
+#define __POINTDENSITY_H__
/**
* Make point density kd-trees for all point density textures in the scene
@@ -45,5 +45,5 @@ void make_pointdensities(struct Render *re);
void free_pointdensities(struct Render *re);
int pointdensitytex(struct Tex *tex, float *texvec, struct TexResult *texres);
-#endif /* POINTDENSITY_H */
+#endif /* __POINTDENSITY_H__ */