]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
Turned wxIcon inline constructors to real constructors
[wxWidgets.git] / src / generic / listctrl.cpp
index 5e0008f975df392b24d3ec7b7824ed21e21d0f9b..c9c29db898138d5befef5d8382c13810be4b4835 100644 (file)
@@ -2326,7 +2326,7 @@ long wxListCtrl::GetTopItem(void)
   return 0;
 };
 
-long wxListCtrl::GetNextItem( long item, int geom, int state )
+long wxListCtrl::GetNextItem( long item, int geom, int state ) const
 {
   return m_mainWin->GetNextItem( item, geom, state );
 };