X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5800b5bed615d84c4eb7c654c3bef8c1d5841195..c36f1fc7c9c91a008b308cf6775f2f7a134ef2f1:/include/wx/scopeguard.h 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 } }