summaryrefslogtreecommitdiffstats
path: root/src/URIMap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/URIMap.cpp')
-rw-r--r--src/URIMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/URIMap.cpp b/src/URIMap.cpp
index db1cd9e3..7c5774f8 100644
--- a/src/URIMap.cpp
+++ b/src/URIMap.cpp
@@ -91,7 +91,7 @@ URIMap::URIDUnmapFeature::default_unmap(LV2_URID_Unmap_Handle h,
return (urid > 0 && urid <= map->_unmap.size()
? map->_unmap[urid - 1].c_str()
- : NULL);
+ : nullptr);
}
const char*