Removed warnings

Added GetCount() to wxList and wxDaynArray


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-09-12 22:11:40 +00:00
parent 84efdbf195
commit 8fdca65cf2
10 changed files with 22 additions and 16 deletions

View File

@@ -772,11 +772,11 @@ wxFrame *wxLogWindow::GetFrame() const
return m_pLogFrame;
}
void wxLogWindow::OnFrameCreate(wxFrame *frame)
void wxLogWindow::OnFrameCreate(wxFrame *WXUNUSED(frame))
{
}
void wxLogWindow::OnFrameDelete(wxFrame *frame)
void wxLogWindow::OnFrameDelete(wxFrame *WXUNUSED(frame))
{
m_pLogFrame = (wxLogFrame *) NULL;
}