From eaf224e6c4725682b47e5d05ef0a55442d5250d2 Mon Sep 17 00:00:00 2001
From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 19 Jan 2017 12:25:39 +0100
Subject: [PATCH] [mpfa][iavol] remove brackets from forward declaration

---
 dumux/discretization/cellcentered/mpfa/interactionvolume.hh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dumux/discretization/cellcentered/mpfa/interactionvolume.hh b/dumux/discretization/cellcentered/mpfa/interactionvolume.hh
index 8d8f233b95..729fe9ed94 100644
--- a/dumux/discretization/cellcentered/mpfa/interactionvolume.hh
+++ b/dumux/discretization/cellcentered/mpfa/interactionvolume.hh
@@ -29,8 +29,7 @@ namespace Dumux
 {
 // forward declaration of the base class
 template<class TypeTag, MpfaMethods MpfaMethod>
-class CCMpfaInteractionVolumeImplementation
-{};
+class CCMpfaInteractionVolumeImplementation;
 
 /*!
  * \ingroup Mpfa
-- 
GitLab