X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5800b5bed615d84c4eb7c654c3bef8c1d5841195..2fce94e20c94073fda30327c7c835def4415361c:/include/wx/scopeguard.h?ds=sidebyside 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 } }