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>2008-01-01 12:28:29 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-01-01 12:28:29 +0300
commitaf4678d4219a13d6c0c486b2dac45791ba792a6c (patch)
tree7f4cbca3787ac8a34ae6b207f2900072016368da /intern/ghost
parentbcb14c2a0fd7d36e0968fdbe1ba32a3f8b3415cc (diff)
* kill a warning
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_WindowWin32.cpp b/intern/ghost/intern/GHOST_WindowWin32.cpp
index 7447fa9912e..101f332fc53 100644
--- a/intern/ghost/intern/GHOST_WindowWin32.cpp
+++ b/intern/ghost/intern/GHOST_WindowWin32.cpp
@@ -106,9 +106,9 @@ GHOST_WindowWin32::GHOST_WindowWin32(
m_hasMouseCaptured(false),
m_nPressedButtons(0),
m_customCursor(0),
+ m_wintab(NULL),
m_tabletData(NULL),
m_tablet(0),
- m_wintab(NULL),
m_maxPressure(0)
{
if (state != GHOST_kWindowStateFullScreen) {