many warnings fixed (from HP-UX compilation log)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,9 +99,10 @@ void wxToolTip::Enable( bool flag )
|
||||
|
||||
void wxToolTip::SetDelay( long msecs )
|
||||
{
|
||||
if (!ss_tooltips) return;
|
||||
if (!ss_tooltips)
|
||||
return;
|
||||
|
||||
gtk_tooltips_set_delay( ss_tooltips, msecs );
|
||||
gtk_tooltips_set_delay( ss_tooltips, (int)msecs );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user