Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2015-11-16 07:28:47 +0300
committerMike Erwin <significant.bit@gmail.com>2015-11-16 07:29:08 +0300
commit5fd5106740fde1d8b09d6c37fe06de42df06771a (patch)
treed2877b4a57669b45a94cbc4c0beb1e0721b99f8c /source/blender/makesrna/RNA_types.h
parente38a80d5f656457039465266cd2503fcaf19f7dd (diff)
minor cleanup: typo
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 0c99769a390..04a2361b903 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -403,7 +403,7 @@ typedef enum StructFlag {
STRUCT_RUNTIME = (1 << 3),
STRUCT_GENERATED = (1 << 4),
STRUCT_FREE_POINTERS = (1 << 5),
- STRUCT_NO_IDPROPERTIES = (1 << 6), /* Menu's and Panels don't need properties */
+ STRUCT_NO_IDPROPERTIES = (1 << 6), /* Menus and Panels don't need properties */
} StructFlag;
typedef int (*StructValidateFunc)(struct PointerRNA *ptr, void *data, int *have_function);