diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Forge.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |