From c6efc88b1f1d6a04d2d463a292d0f2c1787186d6 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Mon, 28 Sep 2009 12:07:58 +0000
Subject: [PATCH] Added one missing bracket.

---
 AMDiS/src/ITL_OEMSolver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AMDiS/src/ITL_OEMSolver.h b/AMDiS/src/ITL_OEMSolver.h
index 5a730c85..152faa9f 100644
--- a/AMDiS/src/ITL_OEMSolver.h
+++ b/AMDiS/src/ITL_OEMSolver.h
@@ -91,7 +91,7 @@ namespace AMDiS {
       { 
 	return new ITL_OEMSolver<ITLSolver>(this->name); 
       }
-    }
+    };
   
   };
 
-- 
GitLab