diff options
Diffstat (limited to 'src/ingen/ingen.cpp')
-rw-r--r-- | src/ingen/ingen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 62dd83ba..bc47d433 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -48,7 +48,7 @@ class DummyInterface : public Interface void message(const Message& msg) override {} }; -unique_ptr<ingen::World> world; +unique_ptr<World> world; static void ingen_interrupt(int signal) |