From f60b59b49df6bc298755d49e97bc329b6d6030a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 06:42:40 +0000 Subject: Use new query system to get LADSPA plugin names from the engine. Fixes ticket #365. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1998 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Path.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'raul/Path.hpp') diff --git a/raul/Path.hpp b/raul/Path.hpp index bb666de..33e3936 100644 --- a/raul/Path.hpp +++ b/raul/Path.hpp @@ -55,6 +55,7 @@ public: std::string _path; }; + static const std::string scheme; static const std::string prefix; static const size_t prefix_len; static const std::string root_uri; -- cgit v1.2.1