X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce3ed50dbe32d118321082db84c3a9abb047d5b7..2b0b665264704ceb8e578ab61e906eb569cd1e29:/include/wx/time.h diff --git a/include/wx/time.h b/include/wx/time.h index a0137da932..35cce7f686 100644 --- a/include/wx/time.h +++ b/include/wx/time.h @@ -14,7 +14,7 @@ #include "wx/object.h" -#ifdef wxUSE_TIMEDATE +#if wxUSE_TIMEDATE #ifdef __GNUG__ #pragma interface "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(); // {}