summaryrefslogtreecommitdiffstats
path: root/ingen/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Node.hpp')
-rw-r--r--ingen/Node.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Node.hpp b/ingen/Node.hpp
index ca78aa3d..90a6e53f 100644
--- a/ingen/Node.hpp
+++ b/ingen/Node.hpp
@@ -33,7 +33,7 @@ class Path;
class Symbol;
}
-namespace Ingen {
+namespace ingen {
class Arc;
class FilePath;
@@ -101,6 +101,6 @@ protected:
Arcs _arcs; ///< Graphs only
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_NODE_HPP