X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5800b5bed615d84c4eb7c654c3bef8c1d5841195..d5cd19b45cb8ed187238a64fd6a672a2d8c98b4d:/include/wx/scopeguard.h diff --git a/include/wx/scopeguard.h b/include/wx/scopeguard.h index c1f3536dde..21719fb017 100644 --- a/include/wx/scopeguard.h +++ b/include/wx/scopeguard.h @@ -5,7 +5,7 @@ // Modified by: // Created: 03.07.2003 // RCS-ID: $Id$ -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -41,7 +41,7 @@ namespace wxPrivate { guard.Execute(); } - wxCATCH_ALL() // do nothing, just eat the exception + wxCATCH_ALL(;) // do nothing, just eat the exception } }