From: Ove Kaaven Date: Tue, 13 Apr 1999 10:31:53 +0000 (+0000) Subject: char->wxChar X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6d9bd0682c4351bc7ba4aa4699de7f35d334f685?ds=inline char->wxChar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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(); // {}