Stop using wx/ioswrap.h in the samples
This is not necessary any longer after wxUSE_IOSTREAMH removal and it makes the sample code more clear.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#endif
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#include "wx/ioswrap.h"
|
||||
#include <iostream>
|
||||
#else
|
||||
#include "wx/txtstrm.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user