diff --git a/preprocessor/SteadyStateModel.cc b/preprocessor/SteadyStateModel.cc
index c94590cf1be6a017efcb56648c8f37bf84f916cd..d2a1f856de79db172466432f59c8c0cd324316b0 100644
--- a/preprocessor/SteadyStateModel.cc
+++ b/preprocessor/SteadyStateModel.cc
@@ -23,7 +23,7 @@
 #include "SteadyStateModel.hh"
 
 SteadyStateModel::SteadyStateModel(SymbolTable &symbol_table_arg, NumericalConstants &num_constants, ExternalFunctionsTable &external_functions_table_arg, const StaticModel &static_model_arg) :
-  DataTree(symbol_table_arg, num_constants, external_functions_table), static_model(static_model_arg)
+  DataTree(symbol_table_arg, num_constants, external_functions_table_arg), static_model(static_model_arg)
 {
 }