]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
win32 miniframe added
[wxWidgets.git] / src / msw / choice.cpp
index 92cab89387a009ef064bd78136d9f2e6511a263c..a40148b58b983fa723444767f75db05c1b1a26fe 100644 (file)
@@ -186,7 +186,7 @@ void* wxChoice::DoGetClientData( int n ) const
         wxLogLastError(_T("CB_GETITEMDATA"));
 
         // unfortunately, there is no way to return an error code to the user
-        rc = NULL;
+       rc = (LPARAM) NULL;
     }
 
     return (void *)rc;