X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..c693edf3bc9539378a7ac56d90d41d89c7dc7579:/include/wx/time.h diff --git a/include/wx/time.h b/include/wx/time.h index 49dbc62105..35cce7f686 100644 --- a/include/wx/time.h +++ b/include/wx/time.h @@ -56,7 +56,7 @@ public: // Convert to string #ifndef __SALFORDC__ - operator char * (void); + operator wxChar * (void); operator wxDate() const; #endif @@ -94,7 +94,7 @@ public: wxTime Min(const wxTime&) const; static void SetFormat(const tFormat lFormat = wx12h, const tPrecision lPrecision = wxStdMinSec); - char *FormatTime() const; + wxChar *FormatTime() const; /* virtual int compare(const Object&) const; virtual void deepenShallowCopy(); // {}