From 48f3161a3c8da168ec4b57fd55fdb7f6f71af948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 15 Jan 2014 12:25:50 +0100 Subject: [PATCH] Portability fix: 'uint' is nonstandard. --- opm/core/utility/PropertySystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/utility/PropertySystem.hpp b/opm/core/utility/PropertySystem.hpp index bd81ff44..d66554ed 100644 --- a/opm/core/utility/PropertySystem.hpp +++ b/opm/core/utility/PropertySystem.hpp @@ -798,7 +798,7 @@ template class RevertedTuple { private: - template + template struct RevertedTupleOuter { template