summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-16 23:46:13 +0000
committerDavid Robillard <d@drobilla.net>2015-03-16 23:46:13 +0000
commiteec368a98300aefbf07efafd169cd7a5acd4fc17 (patch)
tree7bc352b852a5128ecc7558315000995f4d0c5672 /src/URIs.cpp
parent9b568f59b0b12ad6d722106a8fd50e6fdb6c304e (diff)
downloadingen-eec368a98300aefbf07efafd169cd7a5acd4fc17.tar.gz
ingen-eec368a98300aefbf07efafd169cd7a5acd4fc17.tar.bz2
ingen-eec368a98300aefbf07efafd169cd7a5acd4fc17.zip
Fix "no subject" errors when sending file paths.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5642 a436a847-0d15-0410-975c-d299462d15a1
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)