From 44af7b7b66e2083819103c760ab3bf4980469f86 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2015 01:47:24 +0000 Subject: Optional quoting for atom to string. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5702 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Forge.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen') diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp index a5b7bd5e..83a94319 100644 --- a/ingen/Forge.hpp +++ b/ingen/Forge.hpp @@ -34,7 +34,7 @@ class INGEN_API Forge : public LV2_Atom_Forge { public: explicit Forge(URIMap& map); - std::string str(const Atom& atom); + std::string str(const Atom& atom, bool quoted=true); Atom make() { return Atom(); } Atom make(int32_t v) { return Atom(sizeof(v), Int, &v); } -- cgit v1.2.1