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:
@@ -567,7 +567,7 @@ void wxTextCtrl::SetInsertionPoint( long pos )
|
||||
|
||||
/* bring editable's cursor uptodate. bug in GTK. */
|
||||
|
||||
GTK_EDITABLE(m_text)->current_pos = pos;
|
||||
GTK_EDITABLE(m_text)->current_pos = (guint32)pos;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user