From 30c345cf0ba697310c3f62c73cf666f56372d79c Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Mon, 24 Jan 2011 14:03:12 +0000
Subject: [PATCH] Made sequential version work, too.

[[Imported from SVN: r1448]]
---
 dune/istl/paamg/pinfo.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/istl/paamg/pinfo.hh b/dune/istl/paamg/pinfo.hh
index 9d0c3a3cb..a597f0e1a 100644
--- a/dune/istl/paamg/pinfo.hh
+++ b/dune/istl/paamg/pinfo.hh
@@ -34,7 +34,7 @@ namespace Dune
         category = SolverCategory::sequential
       };
 
-      const int getSolverCategory () const {
+      const SolverCategory::Category getSolverCategory () const {
         return SolverCategory::sequential;
       }
 
-- 
GitLab