summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index 66d7965b..e5d4d9ff 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -50,6 +50,7 @@ URIs::URIs(Forge& f, URIMap* map)
, atom_Float (forge, map, LV2_ATOM__Float)
, atom_Int (forge, map, LV2_ATOM__Int)
, atom_Object (forge, map, LV2_ATOM__Object)
+ , atom_Path (forge, map, LV2_ATOM__Path)
, atom_Sequence (forge, map, LV2_ATOM__Sequence)
, atom_Sound (forge, map, LV2_ATOM__Sound)
, atom_String (forge, map, LV2_ATOM__String)