From 4dba5c39b1232bf72d4faf5b3acb56e5fb697194 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 10 Jan 2001 16:22:13 +0000 Subject: [PATCH] Remove extraneous semi-colon. git-svn-id: https://svn.dealii.org/trunk@3627 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} -- 2.39.5