summaryrefslogtreecommitdiffstats
path: root/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PortModel.hpp')
-rw-r--r--ingen/client/PortModel.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp
index 3634d31f..a544b00b 100644
--- a/ingen/client/PortModel.hpp
+++ b/ingen/client/PortModel.hpp
@@ -28,8 +28,8 @@
namespace Raul { class Path; }
-namespace Ingen {
-namespace Client {
+namespace ingen {
+namespace client {
/** Model of a port.
*
@@ -91,7 +91,7 @@ private:
Direction _direction;
};
-} // namespace Client
-} // namespace Ingen
+} // namespace client
+} // namespace ingen
#endif // INGEN_CLIENT_PORTMODEL_HPP