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:
authorJoseph Eagar <joeedh@gmail.com>2009-08-17 23:13:03 +0400
committerJoseph Eagar <joeedh@gmail.com>2009-08-17 23:13:03 +0400
commit3c7b9347ec6f4cb506e5954433ae5f2a0cde5b3d (patch)
treea061e9128d35ccee8844d8ffb5e7d5016059db17 /source/blender/editors/uvedit/uvedit_parametrizer.h
parent5e6a0b4e59525e12c562e86015b08b883f78472a (diff)
compile fix
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.h')
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.h b/source/blender/editors/uvedit/uvedit_parametrizer.h
index 4e7f3c76fd0..8d440e2e652 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.h
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.h
@@ -30,7 +30,7 @@ ParamHandle *param_construct_begin();
void param_aspect_ratio(ParamHandle *handle, float aspx, float aspy);
-int p_face_exists(ParamKey *handle, ParamKey *vkeys, int i1, int i2, int i3);
+int p_face_exists(ParamHandle *handle, ParamKey *vkeys, int i1, int i2, int i3);
void param_face_add(ParamHandle *handle,
ParamKey key,