]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
*** empty log message ***
[wxWidgets.git] / src / os2 / listbox.cpp
index a6909e537fe32b1f5b2f07941ba90ce7a35f306a..76ab92fbe84c9ccc8ded78d5b5827634987cd98f 100644 (file)
@@ -701,7 +701,7 @@ WXHBRUSH wxListBox::OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
     backgroundBrush->RealizeResource();
     return (WXHBRUSH) backgroundBrush->GetResourceHandle();
 */
-    reutrn (WXBRUSH)0;
+    return (WXHBRUSH)0;
 }
 
 // ----------------------------------------------------------------------------