Added wxPropList library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -942,17 +942,17 @@ wxPropertySheet::~wxPropertySheet(void)
|
||||
Clear();
|
||||
}
|
||||
|
||||
bool wxPropertySheet::Save(ostream& str)
|
||||
bool wxPropertySheet::Save( ostream& WXUNUSED(str) )
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool wxPropertySheet::Load(ostream& str)
|
||||
bool wxPropertySheet::Load( ostream& WXUNUSED(str) )
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void wxPropertySheet::UpdateAllViews(wxPropertyView *thisView)
|
||||
void wxPropertySheet::UpdateAllViews( wxPropertyView *WXUNUSED(thisView) )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user