diff options
author | David Robillard <d@drobilla.net> | 2021-10-27 21:51:15 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-10-27 21:51:15 -0400 |
commit | adb3f8854633fefee0d0e1f6ebe7f3edd91cd5ca (patch) | |
tree | 64e59c4f2e68a7c06637e9824ff9816ce24a7a85 /bindings/cpp/test | |
parent | 6a2962128761c4579877b86f6aeb2adc30f8e9ce (diff) | |
download | sratom-adb3f8854633fefee0d0e1f6ebe7f3edd91cd5ca.tar.gz sratom-adb3f8854633fefee0d0e1f6ebe7f3edd91cd5ca.tar.bz2 sratom-adb3f8854633fefee0d0e1f6ebe7f3edd91cd5ca.zip |
fixup! fixup! WIP: Add C++ bindings
Diffstat (limited to 'bindings/cpp/test')
-rw-r--r-- | bindings/cpp/test/test_sratom_hpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/cpp/test/test_sratom_hpp.cpp b/bindings/cpp/test/test_sratom_hpp.cpp index 4825f8d..51362f1 100644 --- a/bindings/cpp/test/test_sratom_hpp.cpp +++ b/bindings/cpp/test/test_sratom_hpp.cpp @@ -30,7 +30,7 @@ void test_dumper() { serd::World world; - serd::Env env; + serd::Env env{world}; Uris uris{nullptr, 0}; LV2_URID_Map map{&uris, urid_map}; LV2_URID_Unmap unmap{&uris, urid_unmap}; |