summaryrefslogtreecommitdiffstats
path: root/ingen/AtomReader.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-21 00:41:34 +0100
committerDavid Robillard <d@drobilla.net>2018-01-21 00:56:50 +0100
commit44f7ad5222d824d81dc743045d5887418847e74e (patch)
tree1b41535ac00b8b225a25dba2873b064cb074bfa9 /ingen/AtomReader.hpp
parent90fca083052880479ad90d870e556f0648e32106 (diff)
downloadingen-44f7ad5222d824d81dc743045d5887418847e74e.tar.gz
ingen-44f7ad5222d824d81dc743045d5887418847e74e.tar.bz2
ingen-44f7ad5222d824d81dc743045d5887418847e74e.zip
Add URI class and remove use of Raul::URI
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r--ingen/AtomReader.hpp4
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);