summaryrefslogtreecommitdiffstats
path: root/include/ingen/AtomReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/AtomReader.hpp')
-rw-r--r--include/ingen/AtomReader.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/AtomReader.hpp b/include/ingen/AtomReader.hpp
index 75a3c690..c83e7e4a 100644
--- a/include/ingen/AtomReader.hpp
+++ b/include/ingen/AtomReader.hpp
@@ -26,9 +26,9 @@
#include <cstdint>
-namespace Raul {
+namespace raul {
class Path;
-} // namespace Raul
+} // namespace raul
namespace ingen {
@@ -59,7 +59,7 @@ private:
void get_atom(const LV2_Atom* in, Atom& out);
boost::optional<URI> atom_to_uri(const LV2_Atom* atom);
- boost::optional<Raul::Path> atom_to_path(const LV2_Atom* atom);
+ boost::optional<raul::Path> atom_to_path(const LV2_Atom* atom);
Resource::Graph atom_to_context(const LV2_Atom* atom);
void get_props(const LV2_Atom_Object* obj,