]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
fixed cleanup order to behave correctly in presence of exceptions
[wxWidgets.git] / src / msw / menu.cpp
index 1abab005d50f71d58928cda3ce2f59313aceed71..531da9c57eee3890ff8e397b9214c3cc1642d774 100644 (file)
@@ -152,7 +152,7 @@ wxBEGIN_FLAGS( wxMenuBarStyle )
 wxEND_FLAGS( wxMenuBarStyle )
 
 // the negative id would lead the window (its superclass !) to vetoe streaming out otherwise
-bool wxMenuBarStreamingCallback( const wxObject *object, wxWriter * , wxPersister * , wxxVariantArray & )
+bool wxMenuBarStreamingCallback( const wxObject *WXUNUSED(object), wxWriter * , wxPersister * , wxxVariantArray & )
 {
     return true ;
 }