summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphBox.hpp')
-rw-r--r--src/gui/GraphBox.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp
index b8f2cce0..cfc4a67f 100644
--- a/src/gui/GraphBox.hpp
+++ b/src/gui/GraphBox.hpp
@@ -42,9 +42,9 @@ class MenuItem;
class Statusbar;
} // namespace Gtk
-namespace Raul {
+namespace raul {
class Path;
-} // namespace Raul
+} // namespace raul
namespace ingen {
@@ -97,7 +97,7 @@ public:
void show_port_status(const client::PortModel* port,
const Atom& value);
- void set_graph_from_path(const Raul::Path& path,
+ void set_graph_from_path(const raul::Path& path,
const std::shared_ptr<GraphView>& view);
void object_entered(const client::ObjectModel* model);