#pragma implementation "tooltip.h"
#endif
-#include "wx/defs.h"
+#include "wx/setup.h"
#if wxUSE_TOOLTIPS
m_window = win;
if (m_text.IsEmpty())
- m_window->ApplyToolTip( ss_tooltips, (char*) NULL );
+ m_window->ApplyToolTip( ss_tooltips, (wxChar*) NULL );
else
m_window->ApplyToolTip( ss_tooltips, m_text );
}