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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-31 11:06:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-31 11:06:51 +0400
commitc9d16fd22cb55666225044604d2da3c4156de4ae (patch)
treefb6c9585943a596fac43d2b4ef8659cd022f3633 /source/blender/blenkernel/intern/pbvh_intern.h
parent827f9aa737e32cbb962864c25fa7ede88ccd99c5 (diff)
add ".hh" as an extension for source scripts.
Diffstat (limited to 'source/blender/blenkernel/intern/pbvh_intern.h')
-rw-r--r--source/blender/blenkernel/intern/pbvh_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/pbvh_intern.h b/source/blender/blenkernel/intern/pbvh_intern.h
index d8365ce8006..b3f7bf6e3d1 100644
--- a/source/blender/blenkernel/intern/pbvh_intern.h
+++ b/source/blender/blenkernel/intern/pbvh_intern.h
@@ -35,7 +35,7 @@ typedef struct {
* union'd structs */
struct PBVHNode {
/* Opaque handle for drawing code */
- GPU_Buffers *draw_buffers;
+ struct GPU_Buffers *draw_buffers;
/* Voxel bounds */
BB vb;