From 8747b906dab4be08bf77606a59b948e656233ae1 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Fri, 29 Oct 2010 16:25:15 +0000
Subject: [PATCH] fix conflicting declaration of Exception (class/struct)

[[Imported from SVN: r6213]]
---
 dune/common/exceptions.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/common/exceptions.hh b/dune/common/exceptions.hh
index 7fa01ca89..549085508 100644
--- a/dune/common/exceptions.hh
+++ b/dune/common/exceptions.hh
@@ -69,7 +69,7 @@ namespace Dune {
    */
 
   /* forward declarations */
-  struct Exception;
+  class Exception;
   struct ExceptionHook;
 
   /*! \class Exception
-- 
GitLab