corrected wxCATCH_ALL usage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-09-17 17:09:23 +00:00
parent 5800b5bed6
commit f0658b1e1e

View File

@ -41,7 +41,7 @@ namespace wxPrivate
{
guard.Execute();
}
wxCATCH_ALL() // do nothing, just eat the exception
wxCATCH_ALL(;) // do nothing, just eat the exception
}
}