diff options
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r-- | src/serialisation/Parser.hpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp index b5e2db63..30c04bab 100644 --- a/src/serialisation/Parser.hpp +++ b/src/serialisation/Parser.hpp @@ -21,11 +21,11 @@ #include <string> #include <list> -#include <glibmm/ustring.h> - #include <boost/optional.hpp> +#include <glibmm/ustring.h> #include "raul/Path.hpp" +#include "serd/serd.h" #include "ingen/GraphObject.hpp" @@ -74,8 +74,9 @@ public: typedef std::list<PatchRecord> PatchRecords; - virtual PatchRecords find_patches(Shared::World* world, - const Glib::ustring& manifest_uri); + virtual PatchRecords find_patches(Shared::World* world, + SerdEnv* env, + const Glib::ustring& manifest_uri); private: boost::optional<Raul::Path> parse( |