syntax error in previous commit

This commit is contained in:
Campbell Barton 2012-09-15 05:09:42 +00:00
parent c73cd2fb6a
commit 3fc2ba5259

@ -153,7 +153,7 @@ GHOST_WindowWin32::GHOST_WindowWin32(
m_normal_state(GHOST_kWindowStateNormal),
m_stereo(stereoVisual),
m_nextWindow(NULL),
m_parentWindowHwnd(parentwindowhwnd),
m_parentWindowHwnd(parentwindowhwnd)
{
OSVERSIONINFOEX versionInfo;
bool hasMinVersionForTaskbar = false;