diff --git a/tutorial/ex3/2p2cproblem.hh b/tutorial/ex3/2p2cproblem.hh
index cfe6d2397c404a4e5b28a9ad0944526f7493b26b..56db1e4691e6f57269d5150d63410daa6a867203 100644
--- a/tutorial/ex3/2p2cproblem.hh
+++ b/tutorial/ex3/2p2cproblem.hh
@@ -66,7 +66,7 @@ SET_PROP(ExerciseThreeProblemTwoPTwoC, FluidSystem)
 private:
     using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar);
 public:
-    using type = FluidSystems::H2OMyCompressibleComponent<TypeTag, Scalar>;
+    using type = FluidSystems::H2OMyCompressibleComponent<Scalar>;
 };
 
 }