summaryrefslogtreecommitdiffstats
path: root/tests/ingen_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ingen_test.cpp')
-rw-r--r--tests/ingen_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 5634f513..367c9e2b 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -136,7 +136,7 @@ main(int argc, char** argv)
*world->interface().get());
// AtomWriter to serialise responses from the engine
- SPtr<Interface> client(new TestClient(world->log()));
+ std::shared_ptr<Interface> client(new TestClient(world->log()));
world->interface()->set_respondee(client);
world->engine()->register_client(client);