added a dummy return to GetItemState() to suppress gcc warning (but shouldn't we assert in all these functions if neither generic nor native implementation is used instead?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-12-03 18:37:40 +00:00
parent a855f8ccca
commit 2f0b521ea6

View File

@@ -1092,6 +1092,8 @@ int wxListCtrl::GetItemState(long item, long stateMask) const
return info.m_state;
}
}
return 0;
}
// Sets the item state