summaryrefslogtreecommitdiffstats
path: root/include/ingen/AtomWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/AtomWriter.hpp')
-rw-r--r--include/ingen/AtomWriter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/AtomWriter.hpp b/include/ingen/AtomWriter.hpp
index f9052d93..492e7ff6 100644
--- a/include/ingen/AtomWriter.hpp
+++ b/include/ingen/AtomWriter.hpp
@@ -29,7 +29,7 @@
#include <cstdint>
-namespace Raul { class Path; }
+namespace raul { class Path; }
namespace ingen {
@@ -69,7 +69,7 @@ public:
private:
void forge_uri(const URI& uri);
void forge_properties(const Properties& properties);
- void forge_arc(const Raul::Path& tail, const Raul::Path& head);
+ void forge_arc(const raul::Path& tail, const raul::Path& head);
void forge_request(LV2_Atom_Forge_Frame* frame, LV2_URID type, int32_t id);
void forge_context(Resource::Graph ctx);