diff --git a/dumux/io/staggeredvtkoutputmodule.hh b/dumux/io/staggeredvtkoutputmodule.hh
index 266a2b508112cf68d1b1110945717fdc0ea7b232..45ecdaaa7d8cf9bf0c30194dcccdc4f7a18246f1 100644
--- a/dumux/io/staggeredvtkoutputmodule.hh
+++ b/dumux/io/staggeredvtkoutputmodule.hh
@@ -89,9 +89,9 @@ public:
                     const SolutionVector& sol,
                     const std::string& name,
                     const std::string& paramGroup = "",
-                    bool verbose = true,
-                    Dune::VTK::DataMode dm = Dune::VTK::conforming)
-    : ParentType(problem, fvGridGeometry, gridVariables, sol, name, paramGroup, verbose, dm)
+                    Dune::VTK::DataMode dm = Dune::VTK::conforming,
+                    bool verbose = true)
+    : ParentType(problem, fvGridGeometry, gridVariables, sol, name, paramGroup, dm, verbose)
     , problem_(problem)
     , gridGeom_(fvGridGeometry)
     , gridVariables_(gridVariables)