]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
debug check for infinite loop in InitializeClasses() added
[wxWidgets.git] / src / os2 / control.cpp
index 859f4f7b615e8623f92ea12442c28e56e331c76b..16a0cb09ad81c44b9fe6f2286015a8130c7ad4d4 100644 (file)
@@ -66,7 +66,7 @@ bool wxControl::OS2CreateControl(const wxChar *classname, WXDWORD style)
     if ( !m_hWnd )
     {
 #ifdef __WXDEBUG__
-        wxLogError(T("Failed to create a control of class '%s'"), classname);
+        wxLogError(wxT("Failed to create a control of class '%s'"), classname);
 #endif // DEBUG
 
         return FALSE;
@@ -81,7 +81,7 @@ bool wxControl::OS2CreateControl(const wxChar *classname, WXDWORD style)
     return TRUE;
 }
 
-wxSize wxControl::DoGetBestSize()
+wxSize wxControl::DoGetBestSize() const
 {
     return wxSize(DEFAULT_ITEM_WIDTH, DEFAULT_ITEM_HEIGHT);
 }