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:
parent
5800b5bed6
commit
f0658b1e1e
@ -41,7 +41,7 @@ namespace wxPrivate
|
||||
{
|
||||
guard.Execute();
|
||||
}
|
||||
wxCATCH_ALL() // do nothing, just eat the exception
|
||||
wxCATCH_ALL(;) // do nothing, just eat the exception
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user