]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
compilation fixes
[wxWidgets.git] / src / common / utilscmn.cpp
index 2491395090c8759d889366b53433aee68fe3dbdc..a96372e00dc051199f4443f2edc97706e4a1a901 100644 (file)
@@ -525,7 +525,7 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
         }
     }
 
-    return NULL;
+    return (wxAcceleratorEntry *)NULL;
 }
 
 #endif // wxUSE_ACCEL