[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27531] trunk/blender/source/blender/ editors/include/ED_keyframing.h: Fixing compiler errors for those people who compile those c++ modules...

Joshua Leung aligorith at gmail.com
Tue Mar 16 09:07:43 CET 2010


Revision: 27531
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27531
Author:   aligorith
Date:     2010-03-16 09:07:43 +0100 (Tue, 16 Mar 2010)

Log Message:
-----------
Fixing compiler errors for those people who compile those c++ modules... bleh!

Modified Paths:
--------------
    trunk/blender/source/blender/editors/include/ED_keyframing.h

Modified: trunk/blender/source/blender/editors/include/ED_keyframing.h
===================================================================
--- trunk/blender/source/blender/editors/include/ED_keyframing.h	2010-03-16 08:06:50 UTC (rev 27530)
+++ trunk/blender/source/blender/editors/include/ED_keyframing.h	2010-03-16 08:07:43 UTC (rev 27531)
@@ -106,6 +106,7 @@
 
 /* forward decl. for this struct which is declared a bit later... */
 struct KeyingSetInfo;
+struct ExtensionRNA;
 
 /* Polling Callback for KeyingSets */
 typedef int (*cbKeyingSet_Poll)(struct KeyingSetInfo *ksi, struct bContext *C);
@@ -141,7 +142,7 @@
 	cbKeyingSet_Generate generate;
 	
 	/* RNA integration */
-	ExtensionRNA ext;
+	struct ExtensionRNA ext;
 } KeyingSetInfo;
 
 /* -------- */





More information about the Bf-blender-cvs mailing list