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:
authorThomas Dinges <blender@dingto.org>2010-02-15 06:07:09 +0300
committerThomas Dinges <blender@dingto.org>2010-02-15 06:07:09 +0300
commit10ddcb04914e00c14bd4b52da1c043158707ef61 (patch)
treec50b16581500582a0c56be906441d2de1917e49f /source/blender/makesdna/DNA_userdef_types.h
parentdbb6c548622d5ea06c85915657ccf5ae7211eda7 (diff)
DNA Compile fix for my recent theme commit.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index a66a6fb9408..7f1056b29da 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -202,7 +202,8 @@ typedef struct ThemeSpace {
char cframe[4];
char ds_channel[4], ds_subchannel[4]; // dopesheet
- char console_output[4], console_input[4], console_info[4], console_error[4], console_cursor[4];
+ char console_output[4], console_input[4], console_info[4], console_error[4];
+ char console_cursor[4];
char vertex_size, facedot_size;
char bpad[6];