summaryrefslogtreecommitdiffstats
path: root/include/ingen/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Parser.hpp')
-rw-r--r--include/ingen/Parser.hpp8
1 files changed, 4 insertions, 4 deletions
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<Raul::Path>& parent = boost::optional<Raul::Path>(),
- const boost::optional<Raul::Symbol>& symbol = boost::optional<Raul::Symbol>(),
+ const boost::optional<raul::Path>& parent = boost::optional<raul::Path>(),
+ const boost::optional<raul::Symbol>& symbol = boost::optional<raul::Symbol>(),
const boost::optional<Properties>& data = boost::optional<Properties>());
virtual boost::optional<URI> parse_string(
@@ -89,8 +89,8 @@ public:
Interface& target,
const std::string& str,
const URI& base_uri,
- const boost::optional<Raul::Path>& parent = boost::optional<Raul::Path>(),
- const boost::optional<Raul::Symbol>& symbol = boost::optional<Raul::Symbol>(),
+ const boost::optional<raul::Path>& parent = boost::optional<raul::Path>(),
+ const boost::optional<raul::Symbol>& symbol = boost::optional<raul::Symbol>(),
const boost::optional<Properties>& data = boost::optional<Properties>());
};