From: Wolfgang Bangerth Date: Wed, 10 Jan 2001 16:22:13 +0000 (+0000) Subject: Remove extraneous semi-colon. X-Git-Tag: v8.0.0~19837 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dba5c39b1232bf72d4faf5b3acb56e5fb697194;p=dealii.git Remove extraneous semi-colon. git-svn-id: https://svn.dealii.org/trunk@3627 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 5aa2a879b3..c6df148655 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -491,7 +491,7 @@ void __IssueError_Throw (const char *file, * @author Wolfgang Bangerth, November 1997 */ #define DeclException0(Exception0) \ -class Exception0 : public ExceptionBase {}; +class Exception0 : public ExceptionBase {}