]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tooltip.cpp
Another Unicode fix.
[wxWidgets.git] / src / gtk / tooltip.cpp
index bbe7fa2fbbb1c15075a1f23a1428a07431e0470f..789278b7921c0e942c77f7a26aef40ca35e45281 100644 (file)
@@ -11,7 +11,7 @@
     #pragma implementation "tooltip.h"
 #endif
 
-#include "wx/defs.h"
+#include "wx/setup.h"
 
 #if wxUSE_TOOLTIPS
 
@@ -69,7 +69,7 @@ void wxToolTip::Apply( wxWindow *win )
     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 );
 }