X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90a77e64841dfcaf37103b6411987402739baa0b..bab4b13d392e0c9663c2c5a09f0dcbc77344ec05:/src/palmos/utils.cpp

diff --git a/src/palmos/utils.cpp b/src/palmos/utils.cpp
index c8d8d84908..e0da4651b1 100644
--- a/src/palmos/utils.cpp
+++ b/src/palmos/utils.cpp
@@ -103,9 +103,9 @@ const wxChar* wxGetHomeDir(wxString *pstr)
     return NULL;
 }
 
-wxChar *wxGetUserHome(const wxString& WXUNUSED(user))
+wxString wxGetUserHome(const wxString& WXUNUSED(user))
 {
-    return NULL;
+    return wxString();
 }
 
 bool wxGetDiskSpace(const wxString& path, wxDiskspaceSize_t *pTotal, wxDiskspaceSize_t *pFree)