Eliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforge bug report #2156069)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -463,7 +463,7 @@ public:
|
||||
|
||||
unsigned int GetColumnCount() const
|
||||
{
|
||||
return m_colWidths.size();
|
||||
return (unsigned int) m_colWidths.size();
|
||||
}
|
||||
|
||||
wxPGProperty* GetSelection() const
|
||||
|
Reference in New Issue
Block a user