]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected wxCATCH_ALL usage
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Sep 2003 17:09:23 +0000 (17:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Sep 2003 17:09:23 +0000 (17:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/scopeguard.h

index c1f3536ddecd42e6394ecfbf93f9f12c7fa399cc..f595c046c76113837ee46c6b733d99f6b774abca 100644 (file)
@@ -41,7 +41,7 @@ namespace wxPrivate
             {
                 guard.Execute();
             }
-            wxCATCH_ALL() // do nothing, just eat the exception
+            wxCATCH_ALL(;) // do nothing, just eat the exception
         }
     }