Fix some compilation and linking errors in samples.

Replace some calls to wxString::getWriteBuffer with
wxStringBuffer.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-07-19 15:05:08 +00:00
parent 77c35b7185
commit 4c3ebca927
3 changed files with 25 additions and 30 deletions

View File

@@ -19,6 +19,7 @@
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"
#include "wx/arrstr.h"
#include "wx/list.h"
#if wxUSE_DATETIME