summaryrefslogtreecommitdiffstats
path: root/ingen/Properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Properties.hpp')
-rw-r--r--ingen/Properties.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Properties.hpp b/ingen/Properties.hpp
index e148c542..d3237cd2 100644
--- a/ingen/Properties.hpp
+++ b/ingen/Properties.hpp
@@ -24,7 +24,7 @@
#include "ingen/Atom.hpp"
#include "ingen/URIs.hpp"
-namespace Ingen {
+namespace ingen {
/** A property value (an Atom with a context). */
class Property : public Atom {
@@ -85,6 +85,6 @@ public:
}
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_PROPERTIES_HPP