From ce3f3aff9c27f902c6b6b5a0f8d9bdc3dfb26c3f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Mar 2019 22:42:29 +0100 Subject: Use smart pointers to manage World in programs --- src/ingen/ingen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ingen/ingen.cpp') 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 world; +unique_ptr world; static void ingen_interrupt(int signal) -- cgit v1.2.1