[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34039] trunk/blender/source/blender/ blenkernel/BKE_key.h: fix for linking on msvc with own recent changes.

Campbell Barton ideasman42 at gmail.com
Mon Jan 3 15:30:59 CET 2011


Revision: 34039
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=34039
Author:   campbellbarton
Date:     2011-01-03 15:30:59 +0100 (Mon, 03 Jan 2011)

Log Message:
-----------
fix for linking on msvc with own recent changes.

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/BKE_key.h

Modified: trunk/blender/source/blender/blenkernel/BKE_key.h
===================================================================
--- trunk/blender/source/blender/blenkernel/BKE_key.h	2011-01-03 13:33:07 UTC (rev 34038)
+++ trunk/blender/source/blender/blenkernel/BKE_key.h	2011-01-03 14:30:59 UTC (rev 34039)
@@ -66,7 +66,7 @@
 struct KeyBlock *key_get_named_keyblock(struct Key *key, const char name[]);
 char *key_get_curValue_rnaPath(struct Key *key, struct KeyBlock *kb);
 // needed for the GE
-void do_rel_key(int start, int end, const int tot, char *basispoin, struct Key *key, struct KeyBlock *actkb, const int mode);
+void do_rel_key(const int start, int end, const int tot, char *basispoin, struct Key *key, struct KeyBlock *actkb, const int mode);
 
 /* conversion functions */
 void key_to_mesh(struct KeyBlock *kb, struct Mesh *me);





More information about the Bf-blender-cvs mailing list