From f0e33dd09a390ca946e95a6f55fea397dca0ca1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 18:17:04 +0100 Subject: Update for latest raul --- include/ingen/Parser.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/ingen/Parser.hpp') diff --git a/include/ingen/Parser.hpp b/include/ingen/Parser.hpp index 03175318..f2cd951f 100644 --- a/include/ingen/Parser.hpp +++ b/include/ingen/Parser.hpp @@ -80,8 +80,8 @@ public: World& world, Interface& target, const FilePath& path, - const boost::optional& parent = boost::optional(), - const boost::optional& symbol = boost::optional(), + const boost::optional& parent = boost::optional(), + const boost::optional& symbol = boost::optional(), const boost::optional& data = boost::optional()); virtual boost::optional parse_string( @@ -89,8 +89,8 @@ public: Interface& target, const std::string& str, const URI& base_uri, - const boost::optional& parent = boost::optional(), - const boost::optional& symbol = boost::optional(), + const boost::optional& parent = boost::optional(), + const boost::optional& symbol = boost::optional(), const boost::optional& data = boost::optional()); }; -- cgit v1.2.1