X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/interface/wx/utils.h diff --git a/interface/wx/utils.h b/interface/wx/utils.h index 5573a19b93..53fea4e6bb 100644 --- a/interface/wx/utils.h +++ b/interface/wx/utils.h @@ -590,7 +590,7 @@ wxLoadUserResource(const void **outData, @param module The @c HINSTANCE of the module to load the resources from. The current module is used by default. This parameter is new since wxWidgets 2.9.1. - @return A pointer to the data to be delete[]d by caller on success + @return A pointer to the data to be delete[]d by caller on success or @NULL on error. This function is available under Windows only.