char->wxChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c1160779dc
commit
6d9bd0682c
@ -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(); // {}
|
||||
|
Loading…
Reference in New Issue
Block a user