diff options
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r-- | ingen/AtomReader.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp index bca56022..7ea4654a 100644 --- a/ingen/AtomReader.hpp +++ b/ingen/AtomReader.hpp @@ -28,11 +28,11 @@ namespace Raul { class Path; -class URI; } namespace Ingen { +class URI; class Atom; class Interface; class Log; @@ -58,7 +58,7 @@ public: private: void get_atom(const LV2_Atom* in, Atom& out); - boost::optional<Raul::URI> atom_to_uri(const LV2_Atom* atom); + boost::optional<URI> atom_to_uri(const LV2_Atom* atom); boost::optional<Raul::Path> atom_to_path(const LV2_Atom* atom); Resource::Graph atom_to_context(const LV2_Atom* atom); |