From eec368a98300aefbf07efafd169cd7a5acd4fc17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Mar 2015 23:46:13 +0000 Subject: Fix "no subject" errors when sending file paths. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5642 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/URIs.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/URIs.hpp') diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index a2f949d2..ee41d80c 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -60,6 +60,7 @@ public: const Quark atom_Float; const Quark atom_Int; const Quark atom_Object; + const Quark atom_Path; const Quark atom_Sequence; const Quark atom_Sound; const Quark atom_String; -- cgit v1.2.1