Unused parameters warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -327,7 +327,7 @@ protected:
|
||||
// return FALSE, if something has gone wrong and
|
||||
// document cannot be saved now
|
||||
|
||||
virtual bool OnSaveDocument( ScriptStream& stm )
|
||||
virtual bool OnSaveDocument( ScriptStream& WXUNUSED(stm) )
|
||||
{ return 1; }
|
||||
|
||||
// override this method to provide reference to
|
||||
|
Reference in New Issue
Block a user