]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scopeguard.h
fixed warnings after GetFont prototype change
[wxWidgets.git] / include / wx / scopeguard.h
index c1f3536ddecd42e6394ecfbf93f9f12c7fa399cc..21719fb017c593ba6469ed296acc9b7852c339a4 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     03.07.2003
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
+// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // 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
         }
     }