diff --git a/AMDiS/src/ITL_OEMSolver.h b/AMDiS/src/ITL_OEMSolver.h
index 5a730c858e214ef6d9cb05f6367de32d91ce0818..152faa9fe46dd7b655a6cff8bebbfb6a04019fe5 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); 
       }
-    }
+    };
   
   };