From 37ab018196ef967b78d005562e807ea645f6053b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 04:16:04 +0000 Subject: Update bindings. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2079 a436a847-0d15-0410-975c-d299462d15a1 --- raul/URI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul') diff --git a/raul/URI.hpp b/raul/URI.hpp index 2a032fa..18e15ad 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -46,7 +46,7 @@ public: * It is a fatal error to construct a URI from an invalid string, * use is_valid first to check. */ - URI(const std::basic_string& uri) : std::basic_string(uri) { + URI(const std::basic_string& uri="nil:0") : std::basic_string(uri) { if (!is_valid(uri)) throw BadURI(uri); } -- cgit v1.2.1