summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index 433a77bc..57e7b658 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -84,7 +84,8 @@ ingen_try(bool cond, const char* msg)
int
main(int argc, char** argv)
{
- Shared::Configuration conf;
+ Raul::Forge forge;
+ Shared::Configuration conf(&forge);
// Parse command line options
try {