From 012890277d8c3124bc8dd1df20b8e016c8d6d811 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Jul 2007 16:24:31 +0000 Subject: SWIG building fixes. Applied patch from silverblade to fix Raul Process cmd line parameters. Fixed launching internal engine from Connect dialog. Fix nasty crashes caused by overly hasty last commit. git-svn-id: http://svn.drobilla.net/lad/ingen@662 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/module/module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/module') diff --git a/src/libs/module/module.cpp b/src/libs/module/module.cpp index 4e342670..68ddc2b5 100644 --- a/src/libs/module/module.cpp +++ b/src/libs/module/module.cpp @@ -26,7 +26,7 @@ namespace Ingen { namespace Shared { -World* world; +World* world = NULL; World* get_world() -- cgit v1.2.1