summaryrefslogtreecommitdiffstats
path: root/src/libs/module/World.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-16 04:43:26 +0000
committerDavid Robillard <d@drobilla.net>2008-08-16 04:43:26 +0000
commit20e16797b9ee1de90d8409bd15212b9800c9d6da (patch)
tree77dcc6259b429a114919bd8c934ba6de4637f813 /src/libs/module/World.hpp
parentbf6f4d0a409ba76e65d375ef75533d6a6062a228 (diff)
downloadingen-20e16797b9ee1de90d8409bd15212b9800c9d6da.tar.gz
ingen-20e16797b9ee1de90d8409bd15212b9800c9d6da.tar.bz2
ingen-20e16797b9ee1de90d8409bd15212b9800c9d6da.zip
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
Diffstat (limited to 'src/libs/module/World.hpp')
-rw-r--r--src/libs/module/World.hpp4
1 files changed, 3 insertions, 1 deletions
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<EngineInterface> engine;
SharedPtr<Engine> local_engine;
SharedPtr<Serialiser> serialiser;
+ SharedPtr<Loader> loader;
SharedPtr<Store> store;
SharedPtr<Glib::Module> serialisation_module;