[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38295] branches/soc-2011-onion/source/ blender/editors/include/ED_sculpt.h: compile error highlighted by Daniel Salazar, thanks a lot!

Antony Riakiotakis kalast at gmail.com
Mon Jul 11 10:23:25 CEST 2011


Revision: 38295
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38295
Author:   psy-fi
Date:     2011-07-11 08:23:24 +0000 (Mon, 11 Jul 2011)
Log Message:
-----------
compile error highlighted by Daniel Salazar, thanks a lot! 

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/include/ED_sculpt.h

Modified: branches/soc-2011-onion/source/blender/editors/include/ED_sculpt.h
===================================================================
--- branches/soc-2011-onion/source/blender/editors/include/ED_sculpt.h	2011-07-11 05:50:49 UTC (rev 38294)
+++ branches/soc-2011-onion/source/blender/editors/include/ED_sculpt.h	2011-07-11 08:23:24 UTC (rev 38295)
@@ -43,7 +43,7 @@
 void ED_operatortypes_sculpt(void);
 
 /* paint_mesh.c */
-void ED_paint_mesh_modifiers_changed(struct Object *ob);
+void ED_paint_modifiers_changed(struct Object *ob);
 void ED_paint_mesh_force_update(struct bContext *C);
 
 /* paint_ops.c */




More information about the Bf-blender-cvs mailing list