From 1776fe75458a11eeaa5ed0c26c6c9aa0e93f6f2c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Apr 2011 03:30:02 +0000 Subject: Saner module loading API. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3157 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ThreadedLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/ThreadedLoader.cpp') diff --git a/src/gui/ThreadedLoader.cpp b/src/gui/ThreadedLoader.cpp index 86d249a6..5338b7ee 100644 --- a/src/gui/ThreadedLoader.cpp +++ b/src/gui/ThreadedLoader.cpp @@ -47,7 +47,7 @@ ThreadedLoader::parser() Ingen::Shared::World* world = App::instance().world(); if (!world->parser()) - world->load("ingen_serialisation"); + world->load_module("serialisation"); return world->parser(); } -- cgit v1.2.1