[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26306] trunk/blender/source/blender/ makesrna/RNA_access.h: Typo in function declaration causing warnings.

Martin Poirier theeth at yahoo.com
Tue Jan 26 18:09:35 CET 2010


Revision: 26306
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26306
Author:   theeth
Date:     2010-01-26 18:09:32 +0100 (Tue, 26 Jan 2010)

Log Message:
-----------
Typo in function declaration causing warnings.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/RNA_access.h

Modified: trunk/blender/source/blender/makesrna/RNA_access.h
===================================================================
--- trunk/blender/source/blender/makesrna/RNA_access.h	2010-01-26 17:07:47 UTC (rev 26305)
+++ trunk/blender/source/blender/makesrna/RNA_access.h	2010-01-26 17:09:32 UTC (rev 26306)
@@ -647,7 +647,7 @@
 void RNA_property_float_ui_range(PointerRNA *ptr, PropertyRNA *prop, float *softmin, float *softmax, float *step, float *precision);
 
 int RNA_enum_identifier(EnumPropertyItem *item, const int value, const char **identifier);
-int RNA_enum_bitflag_identifierss(EnumPropertyItem *item, const int value, const char **identifier);
+int RNA_enum_bitflag_identifiers(EnumPropertyItem *item, const int value, const char **identifier);
 int RNA_enum_name(EnumPropertyItem *item, const int value, const char **name);
 
 void RNA_property_enum_items(struct bContext *C, PointerRNA *ptr, PropertyRNA *prop, EnumPropertyItem **item, int *totitem, int *free);





More information about the Bf-blender-cvs mailing list