diff options
Diffstat (limited to 'src/serialisation/serialisation.cpp')
-rw-r--r-- | src/serialisation/serialisation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/serialisation.cpp b/src/serialisation/serialisation.cpp index 3615d8c9..172db2a1 100644 --- a/src/serialisation/serialisation.cpp +++ b/src/serialisation/serialisation.cpp @@ -33,7 +33,7 @@ new_parser() Ingen::Serialisation::Serialiser* -new_serialiser(Ingen::Shared::World* world, SharedPtr<Store> store) +new_serialiser(Ingen::Shared::World* world, SharedPtr<Shared::Store> store) { assert(world->rdf_world); return new Serialiser(*world, store); |