summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/Parser.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index 4f7500f5..574305df 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -77,16 +77,16 @@ public:
* @return whether or not load was successful.
*/
virtual bool parse_file(
- World* world,
- Interface* target,
+ World& world,
+ Interface& target,
const FilePath& path,
boost::optional<Raul::Path> parent = boost::optional<Raul::Path>(),
boost::optional<Raul::Symbol> symbol = boost::optional<Raul::Symbol>(),
boost::optional<Properties> data = boost::optional<Properties>());
virtual boost::optional<URI> parse_string(
- World* world,
- Interface* target,
+ World& world,
+ Interface& target,
const std::string& str,
const URI& base_uri,
boost::optional<Raul::Path> parent = boost::optional<Raul::Path>(),