From f0658b1e1e56c52612029f9891115cc61adcaeb1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 17 Sep 2003 17:09:23 +0000 Subject: [PATCH] corrected wxCATCH_ALL usage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/scopeguard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/scopeguard.h b/include/wx/scopeguard.h index c1f3536dde..f595c046c7 100644 --- a/include/wx/scopeguard.h +++ b/include/wx/scopeguard.h @@ -41,7 +41,7 @@ namespace wxPrivate { guard.Execute(); } - wxCATCH_ALL() // do nothing, just eat the exception + wxCATCH_ALL(;) // do nothing, just eat the exception } } -- 2.50.0