summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-02 11:55:15 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 12:51:11 +0200
commitdc912cf3f1a186b703cee539db38b4ae0979ab6c (patch)
treeb878266a3563f05dc97f5764f42edeefcd216565 /tests
parenteed5d1a0b066a325c4c0640943c31a90ef4d0353 (diff)
downloadingen-dc912cf3f1a186b703cee539db38b4ae0979ab6c.tar.gz
ingen-dc912cf3f1a186b703cee539db38b4ae0979ab6c.tar.bz2
ingen-dc912cf3f1a186b703cee539db38b4ae0979ab6c.zip
Clean up URI map interface
Diffstat (limited to 'tests')
-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 ec417978..3e33bfd4 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -124,7 +124,7 @@ main(int argc, char** argv)
// Read commands
- AtomForge forge(world->uri_map().urid_map_feature()->urid_map);
+ AtomForge forge(world->uri_map().urid_map());
sratom_set_object_mode(&forge.sratom(), SRATOM_OBJECT_MODE_BLANK_SUBJECT);