[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18488] branches/blender2.5/blender/source /blender/editors/include/ED_sculpt.h: Oops, fixed include guards in sculpt header

Nicholas Bishop nicholasbishop at gmail.com
Tue Jan 13 21:41:45 CET 2009


Revision: 18488
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18488
Author:   nicholasbishop
Date:     2009-01-13 21:41:45 +0100 (Tue, 13 Jan 2009)

Log Message:
-----------
Oops, fixed include guards in sculpt header

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/include/ED_sculpt.h

Modified: branches/blender2.5/blender/source/blender/editors/include/ED_sculpt.h
===================================================================
--- branches/blender2.5/blender/source/blender/editors/include/ED_sculpt.h	2009-01-13 20:38:43 UTC (rev 18487)
+++ branches/blender2.5/blender/source/blender/editors/include/ED_sculpt.h	2009-01-13 20:41:45 UTC (rev 18488)
@@ -25,8 +25,8 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-#ifndef ED_ANIM_API_H
-#define ED_ANIM_API_H
+#ifndef ED_SCULPT_API_H
+#define ED_SCULPT_API_H
 
 struct bContext;
 struct wmWindowManager;





More information about the Bf-blender-cvs mailing list