diff options
Diffstat (limited to 'ingen/Arc.hpp')
-rw-r--r-- | ingen/Arc.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Arc.hpp b/ingen/Arc.hpp index 043ffc0b..62c95d67 100644 --- a/ingen/Arc.hpp +++ b/ingen/Arc.hpp @@ -22,7 +22,7 @@ namespace Raul { class Path; } -namespace Ingen { +namespace ingen { /** A connection between two ports. * @@ -35,6 +35,6 @@ public: virtual const Raul::Path& head_path() const = 0; }; -} // namespace Ingen +} // namespace ingen #endif // INGEN_ARC_HPP |