corrected wxListCtrl compilation problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-08-18 14:59:26 +00:00
parent b8de493fbd
commit 39570cd479
2 changed files with 3 additions and 11 deletions

View File

@@ -2204,13 +2204,6 @@ void wxListCtrl::SetWindowStyleFlag( long flag )
wxWindow::SetWindowStyleFlag( flag );
};
void wxListCtrl::SetBackgroundColour(const wxColour& col)
{
// This is from Julian. You know.
// Not in wxWin 1.xx ???
wxWindow::SetBackgroundColour( (wxColour&)col );
};
bool wxListCtrl::GetColumn(int col, wxListItem &item)
{
m_mainWin->GetColumn( col, item );