replaced wxDate with wxDateTime
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include "wx/wx.h"
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/date.h"
|
#include "wx/datetime.h"
|
||||||
|
|
||||||
#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
||||||
#include "mondrian.xpm"
|
#include "mondrian.xpm"
|
||||||
@@ -86,7 +86,10 @@ bool MyApp::OnInit(void)
|
|||||||
wxDebugContext::SetCheckpoint();
|
wxDebugContext::SetCheckpoint();
|
||||||
|
|
||||||
wxString *thing = new wxString;
|
wxString *thing = new wxString;
|
||||||
wxDate* date = new wxDate;
|
|
||||||
|
#if wxUSE_DATETIME
|
||||||
|
wxDateTime* date = new wxDateTime;
|
||||||
|
#endif // wxUSE_DATETIME
|
||||||
|
|
||||||
// non-object allocation
|
// non-object allocation
|
||||||
char *ordinaryNonObject = new char[1000];
|
char *ordinaryNonObject = new char[1000];
|
||||||
|
Reference in New Issue
Block a user