#undef new
#endif
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
-#endif
#include <ctype.h>
#include <math.h>
#include <stdlib.h>
{
wxString oldBuffer(buffer);
- char *s = (char *)node->Data();
+ wxChar *s = (wxChar *)node->Data();
if (!s)
{
// FORCE NEW LINE
else
{
if (buffer.Length() != 0)
- buffer += " ";
+ buffer += wxT(" ");
buffer += s;
dc.GetTextExtent(buffer, &x, &y);
wxNode *node = list->First();
while (node)
{
- char *s = (char *)node->Data();
+ wxChar *s = (wxChar *)node->Data();
item->Append(s);
node = node->Next();
}