]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scopeguard.h
specific workaround for XCODE native
[wxWidgets.git] / 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
         }
     }