compilation fixes
PLEASE CHECK valgen.cpp: I had to insert a #include <wx/wx.h> to make it compile. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#pragma implementation "tooltip.h"
|
||||
#endif
|
||||
|
||||
#ifdef wxUSE_TOOLTIPS
|
||||
|
||||
#include "wx/window.h"
|
||||
#include "wx/tooltip.h"
|
||||
|
||||
@@ -86,4 +88,5 @@ void wxToolTip::SetDelay( long msecs )
|
||||
|
||||
gtk_tooltips_set_delay( ss_tooltips, msecs );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user