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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-21 11:39:18 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-21 11:39:18 +0400
commit107b274fb8e43246054348733ff32bb38f742eba (patch)
treed506b35d9621a0cd089efc1b1e30a9bcd32c6761 /source/blender/blenkernel/BKE_idprop.h
parent0ec320783ec5867cc9c29fff9a09a4d8f1b7fbdf (diff)
Enable /WX in blenkernel
Silence warnings
Diffstat (limited to 'source/blender/blenkernel/BKE_idprop.h')
-rw-r--r--source/blender/blenkernel/BKE_idprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_idprop.h b/source/blender/blenkernel/BKE_idprop.h
index 0e0d76f4284..eb33479cdb4 100644
--- a/source/blender/blenkernel/BKE_idprop.h
+++ b/source/blender/blenkernel/BKE_idprop.h
@@ -33,7 +33,7 @@
struct IDProperty;
struct ID;
-typedef union {
+typedef union IDPropertyTemplate {
int i;
float f;
double d;