summaryrefslogtreecommitdiff
path: root/src/routine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routine.hpp')
-rw-r--r--src/routine.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routine.hpp b/src/routine.hpp
index 8582a2b7..c2bcdaff 100644
--- a/src/routine.hpp
+++ b/src/routine.hpp
@@ -39,7 +39,7 @@ class Routine {
const std::vector<const Database::DatabaseEntry*> &userDatabase = {});
// Set-up phase of the kernel
- StatusCode SetUp();
+ void SetUp();
protected: