#endif
// For compilers that support precompilation, includes "wx.h".
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
wxShapeRegion *region = (wxShapeRegion *)node->Data();
if (region->GetText())
{
- char *s = copystring(region->GetText());
+ wxChar *s = copystring(region->GetText());
dividedObject->FormatText(dc, s, i);
delete[] s;
}