From 98d7b06871bd0be67a0561d9b95634e8dfd2c310 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Tue, 9 Aug 2016 16:28:17 +0200
Subject: [PATCH] [PL] fixed compilation error

---
 ProcessLib/Process.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ProcessLib/Process.h b/ProcessLib/Process.h
index d5cec4d4fdb..426f3452883 100644
--- a/ProcessLib/Process.h
+++ b/ProcessLib/Process.h
@@ -44,7 +44,8 @@ public:
             std::vector<std::reference_wrapper<ProcessVariable>>&&
                 process_variables,
             SecondaryVariableCollection&& secondary_variables,
-            ProcessOutput&& process_output);
+            ProcessOutput&& process_output,
+            NumLib::NamedFunctionCaller&& named_function_caller);
 
     /// Preprocessing before starting assembly for new timestep.
     virtual void preTimestep(GlobalVector const& /*x*/, const double /*t*/,
-- 
GitLab