Revision: 20841
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20841
Author: campbellbarton
Date: 2009-06-13 03:30:47 +0200 (Sat, 13 Jun 2009)
Log Message:
-----------
remove warnings
Modified Paths:
--------------
branches/blender2.5/blender/source/blender/makesrna/intern/rna_sequence.c
Modified:
branches/blender2.5/blender/source/blender/makesrna/intern/rna_sequence.c
===================================================================
--- branches/blender2.5/blender/source/blender/makesrna/intern/rna_sequence.c
2009-06-12 21:02:17 UTC (rev 20840)
+++ branches/blender2.5/blender/source/blender/makesrna/intern/rna_sequence.c
2009-06-13 01:30:47 UTC (rev 20841)
@@ -36,6 +36,8 @@
#include "BKE_sequence.h"
+#include "MEM_guardedalloc.h"
+
#ifdef RNA_RUNTIME
static int rna_SequenceEditor_name_length(PointerRNA *ptr)
@@ -99,7 +101,7 @@
}
/* properties that need to allocate structs */
-static int rna_SequenceEditor_use_color_balance_set(PointerRNA *ptr, int value)
+static void rna_SequenceEditor_use_color_balance_set(PointerRNA *ptr, int
value)
{
Sequence *seq= (Sequence*)ptr->data;
int c;
@@ -119,7 +121,7 @@
}
}
-static int rna_SequenceEditor_use_proxy_set(PointerRNA *ptr, int value)
+static void rna_SequenceEditor_use_proxy_set(PointerRNA *ptr, int value)
{
Sequence *seq= (Sequence*)ptr->data;
if(value) {
@@ -132,7 +134,7 @@
}
}
-static int rna_SequenceEditor_use_translation_set(PointerRNA *ptr, int value)
+static void rna_SequenceEditor_use_translation_set(PointerRNA *ptr, int value)
{
Sequence *seq= (Sequence*)ptr->data;
if(value) {
@@ -145,7 +147,7 @@
}
}
-static int rna_SequenceEditor_use_crop_set(PointerRNA *ptr, int value)
+static void rna_SequenceEditor_use_crop_set(PointerRNA *ptr, int value)
{
Sequence *seq= (Sequence*)ptr->data;
if(value) {
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs