diff --git a/src/Project.cpp b/src/Project.cpp index c6755a74e..f21e2b7ee 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -2077,7 +2077,7 @@ void AudacityProject::OnCloseWindow(wxCloseEvent & event) // to exercise the bug that instigated this hack.) if (mIsBeingDeleted) { - evt.Skip(); + event.Skip(); return; }