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:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2008-11-04 04:05:44 +0300
committerAndre Susano Pinto <andresusanopinto@gmail.com>2008-11-04 04:05:44 +0300
commitca80578e4ee67280764aeaf4f562afe2bbc7519c (patch)
tree88bd29eac5f697f7c59c37c9dc86d0944abdcd7f /source/blender/blenkernel/intern/lattice.c
parent1f83dffeb49da9767fd1a35bb895e4c5b20636da (diff)
Simple warning fixes
Diffstat (limited to 'source/blender/blenkernel/intern/lattice.c')
-rw-r--r--source/blender/blenkernel/intern/lattice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/lattice.c b/source/blender/blenkernel/intern/lattice.c
index 2737cac149e..6614c657647 100644
--- a/source/blender/blenkernel/intern/lattice.c
+++ b/source/blender/blenkernel/intern/lattice.c
@@ -929,7 +929,7 @@ void lattice_calc_modifiers(Object *ob)
}
}
-struct MDeform* lattice_get_deform_verts(struct Object *oblatt)
+struct MDeformVert* lattice_get_deform_verts(struct Object *oblatt)
{
if(oblatt->type == OB_LATTICE)
{