From 6244d73850074631ceaaccdf7f755970323f8de2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Sep 2018 12:34:41 +0200 Subject: Use nullptr --- tests/ingen_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ingen_test.cpp') diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 080dd596..f0e92d30 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -168,7 +168,7 @@ main(int argc, char** argv) sratom, &world->uri_map().urid_unmap_feature()->urid_unmap, (const char*)cmds_file_uri.buf, - NULL, NULL, atom->type, atom->size, LV2_ATOM_BODY(atom)) << endl; + nullptr, nullptr, atom->type, atom->size, LV2_ATOM_BODY(atom)) << endl; #endif if (!atom_reader.write(out.atom(), n_events + 1)) { -- cgit v1.2.1