diff options
author | David Robillard <d@drobilla.net> | 2008-08-16 22:45:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-16 22:45:35 +0000 |
commit | e9ea28e1efb241619606b937ecd2e97f7e23d897 (patch) | |
tree | 88ead187b63945d61837d075e10be9b105b870cd /src/libs/serialisation | |
parent | 491762bb487e1007f11cdc4dc7c01b03e3bd0d9d (diff) | |
download | ingen-e9ea28e1efb241619606b937ecd2e97f7e23d897.tar.gz ingen-e9ea28e1efb241619606b937ecd2e97f7e23d897.tar.bz2 ingen-e9ea28e1efb241619606b937ecd2e97f7e23d897.zip |
Begin factoring out common elements of EngineInterface and ClientInterface.
git-svn-id: http://svn.drobilla.net/lad/ingen@1406 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/serialisation')
-rw-r--r-- | src/libs/serialisation/Loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/serialisation/Loader.cpp b/src/libs/serialisation/Loader.cpp index 0bfed964..c9b01bf8 100644 --- a/src/libs/serialisation/Loader.cpp +++ b/src/libs/serialisation/Loader.cpp @@ -112,7 +112,7 @@ Loader::load(Ingen::Shared::World* world, cout << " as " << patch_path << endl; if (patch_path != "/") - world->engine->create_patch(patch_path, patch_poly); + world->engine->new_patch(patch_path, patch_poly); /* Set document metadata (so File->Save doesn't prompt) * FIXME: This needs some thinking for multiple clients... */ |