Fixing compiler errors for those people who compile those c++ modules... bleh!

This commit is contained in:
Joshua Leung 2010-03-16 08:07:43 +00:00
parent ca8f5cef79
commit f1c049137e

@ -106,6 +106,7 @@ short delete_keyframe(struct ID *id, struct bAction *act, const char group[], co
/* 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 @@ typedef struct KeyingSetInfo {
cbKeyingSet_Generate generate;
/* RNA integration */
ExtensionRNA ext;
struct ExtensionRNA ext;
} KeyingSetInfo;
/* -------- */