diff --git a/dumux/material/fluidsystems/defaultcomponents.hh b/dumux/material/fluidsystems/defaultcomponents.hh
index 6f1adfce4a3961223351abfc43bcd3de2c2b0787..6d91e5e34f559014ed664f25043d36692b9c7f20 100644
--- a/dumux/material/fluidsystems/defaultcomponents.hh
+++ b/dumux/material/fluidsystems/defaultcomponents.hh
@@ -68,7 +68,7 @@ public:
     typedef Dumux::CH4<Scalar> CH4;
     typedef Dumux::SimpleCO2<Scalar> SimpleCO2;
     typedef Dumux::SimpleH2O<Scalar> SimpleH2O;
-    typedef Dumux::TabulatedComponent<Scalar, Dumux::Brine<Scalar, H2O> > Brine;
+    typedef Dumux::TabulatedComponent<Scalar, Dumux::Brine<Scalar, Dumux::H2O<Scalar> > > Brine;
 
     static void init()
     {