From cba264d3555e2741665693da416f9649b8cc3a49 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 21:21:49 +0100 Subject: Fix redundant calls to smart pointer get() methods --- tests/ingen_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 16dc0a0a..711a9ab7 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -138,7 +138,7 @@ run(int argc, char** argv) AtomReader atom_reader(world->uri_map(), world->uris(), world->log(), - *world->interface().get()); + *world->interface()); // AtomWriter to serialise responses from the engine std::shared_ptr client(new TestClient(world->log())); -- cgit v1.2.1