From 20e16797b9ee1de90d8409bd15212b9800c9d6da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Aug 2008 04:43:26 +0000 Subject: Fix 'ingen -egl'. Never crash on an HTTP message (remove asserts, return errors instead). git-svn-id: http://svn.drobilla.net/lad/ingen@1399 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/module/World.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libs/module') diff --git a/src/libs/module/World.hpp b/src/libs/module/World.hpp index eed98085..a1a0d5c7 100644 --- a/src/libs/module/World.hpp +++ b/src/libs/module/World.hpp @@ -34,8 +34,9 @@ namespace Redland { class World; } namespace Ingen { class Engine; -namespace Serialisation { class Serialiser; } +namespace Serialisation { class Serialiser; class Loader; } using Serialisation::Serialiser; +using Serialisation::Loader; namespace Shared { class EngineInterface; @@ -63,6 +64,7 @@ struct World { SharedPtr engine; SharedPtr local_engine; SharedPtr serialiser; + SharedPtr loader; SharedPtr store; SharedPtr serialisation_module; -- cgit v1.2.1