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:
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index d18329c60d5..05d4bc10486 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -135,7 +135,7 @@ typedef struct wmOperatorType {
void *(*uiBlock)(struct wmOperator *);
/* rna for properties */
- struct StructRNA *rna;
+ struct StructRNA *srna;
short flag;
@@ -172,7 +172,7 @@ typedef struct wmOperator {
IDProperty *properties;
/* runtime */
- struct PointerRNA *rna;
+ struct PointerRNA *ptr;
ListBase *modallist;
} wmOperator;