char->wxChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
|||||||
|
|
||||||
// Convert to string
|
// Convert to string
|
||||||
#ifndef __SALFORDC__
|
#ifndef __SALFORDC__
|
||||||
operator char * (void);
|
operator wxChar * (void);
|
||||||
operator wxDate() const;
|
operator wxDate() const;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ public:
|
|||||||
wxTime Min(const wxTime&) const;
|
wxTime Min(const wxTime&) const;
|
||||||
static void SetFormat(const tFormat lFormat = wx12h,
|
static void SetFormat(const tFormat lFormat = wx12h,
|
||||||
const tPrecision lPrecision = wxStdMinSec);
|
const tPrecision lPrecision = wxStdMinSec);
|
||||||
char *FormatTime() const;
|
wxChar *FormatTime() const;
|
||||||
/*
|
/*
|
||||||
virtual int compare(const Object&) const;
|
virtual int compare(const Object&) const;
|
||||||
virtual void deepenShallowCopy(); // {}
|
virtual void deepenShallowCopy(); // {}
|
||||||
|
Reference in New Issue
Block a user