Applied patch #880008: "Unused parameters in FL contrib reported by VC".

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2004-01-29 23:11:29 +00:00
parent fd04b3cb95
commit cd6754a184
3 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ public:
virtual void OnInit() {}
virtual void OnSerialize( wxObjectStorage& store ) {}
virtual void OnSerialize( wxObjectStorage& WXUNUSED(store) ) {}
virtual void OnActiveate() {}
virtual void OnDeactivate() {}