]> git.saurik.com Git - wxWidgets.git/commitdiff
char->wxChar
authorOve Kaaven <ovek@arcticnet.no>
Tue, 13 Apr 1999 10:31:53 +0000 (10:31 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Tue, 13 Apr 1999 10:31:53 +0000 (10:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/time.h

index 49dbc62105a397eb39e37a72875186894cd4e654..35cce7f6868e346a6514340539464c78cc6b56f8 100644 (file)
@@ -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();       // {}