]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/wizard.cpp
Upported fix to mouse capture event handling.
[wxWidgets.git] / src / generic / wizard.cpp
index 83ad8ffb4952b0e340518672a81228a884fd0a06..fa333394811c24762fd4f2f14e7be24f267192a5 100644 (file)
@@ -448,7 +448,7 @@ wxSize wxWizard::GetPageSize() const
     return wxSize(m_width, m_height);
 }
 
-void wxWizard::OnCancel(wxCommandEvent& WXUNUSED(event))
+void wxWizard::OnCancel(wxCommandEvent& WXUNUSED(eventUnused))
 {
     // this function probably can never be called when we don't have an active
     // page, but a small extra check won't hurt