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
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_ImeWin32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_ImeWin32.cpp b/intern/ghost/intern/GHOST_ImeWin32.cpp
index 9ad12cb0e63..104b0f67c77 100644
--- a/intern/ghost/intern/GHOST_ImeWin32.cpp
+++ b/intern/ghost/intern/GHOST_ImeWin32.cpp
@@ -31,9 +31,9 @@
# include "utfconv.h"
GHOST_ImeWin32::GHOST_ImeWin32()
- : ime_status_(false),
+ : is_composing_(false),
+ ime_status_(false),
input_language_id_(LANG_USER_DEFAULT),
- is_composing_(false),
system_caret_(false),
caret_rect_(-1, -1, 0, 0),
is_first(true),