Fixes clang warning about friend decl using struct instead of class.
dune/istl/schwarz.hh:280:12: warning: struct 'ConstructionTraits' was previously declared as a class [-Wmismatched-tags]
friend struct Amg::ConstructionTraits<BlockPreconditioner<X,Y,C,P> >;
^
(cherry picked from commit 0385deac)