diff --git a/dune/istl/paamg/pinfo.hh b/dune/istl/paamg/pinfo.hh index a597f0e1aca6a5c1267daa09b3ba87eb1a71782a..160af3c643aac310447611091ab120e5c5e6a6d9 100644 --- a/dune/istl/paamg/pinfo.hh +++ b/dune/istl/paamg/pinfo.hh @@ -73,7 +73,8 @@ namespace Dune void project(V& v) const {} - SequentialInformation(const CollectiveCommunication<void*>&) + template<class T> + SequentialInformation(const CollectiveCommunication<T>&) {} SequentialInformation()