X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09990d5a4f70a87b81bfb8e23f94357e7d171c9f..ae3036a289d9dbf1a375958c88e2908dea55953b:/src/os2/control.cpp diff --git a/src/os2/control.cpp b/src/os2/control.cpp index c9354af222..d515341c84 100644 --- a/src/os2/control.cpp +++ b/src/os2/control.cpp @@ -108,14 +108,14 @@ bool wxControl::OS2CreateControl( (void) OS2GetStyle(GetWindowStyle(), &dwExstyle); } // - // All controls should have these styles (wxWindows creates all controls + // All controls should have these styles (wxWidgets creates all controls // visible by default) // if (m_isShown ) dwStyle |= WS_VISIBLE; wxWindow* pParent = GetParent(); - PSZ zClass; + PSZ zClass = ""; if (!pParent) return FALSE;