// 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
///////////////////////////////////////////////////////////////////////////////
{
guard.Execute();
}
- wxCATCH_ALL() // do nothing, just eat the exception
+ wxCATCH_ALL(;) // do nothing, just eat the exception
}
}