[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22580] branches/bmesh/blender/source/ blender/editors/uvedit/uvedit_parametrizer.h: compile fix

Joseph Eagar joeedh at gmail.com
Mon Aug 17 21:13:04 CEST 2009


Revision: 22580
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22580
Author:   joeedh
Date:     2009-08-17 21:13:03 +0200 (Mon, 17 Aug 2009)

Log Message:
-----------
compile fix

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/editors/uvedit/uvedit_parametrizer.h

Modified: branches/bmesh/blender/source/blender/editors/uvedit/uvedit_parametrizer.h
===================================================================
--- branches/bmesh/blender/source/blender/editors/uvedit/uvedit_parametrizer.h	2009-08-17 18:37:58 UTC (rev 22579)
+++ branches/bmesh/blender/source/blender/editors/uvedit/uvedit_parametrizer.h	2009-08-17 19:13:03 UTC (rev 22580)
@@ -30,7 +30,7 @@
 
 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,





More information about the Bf-blender-cvs mailing list