summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Parser.hpp')
-rw-r--r--ingen/Parser.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index 5a361cd3..4f7500f5 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -32,7 +32,7 @@
namespace Sord { class World; }
-namespace Ingen {
+namespace ingen {
class Interface;
class World;
@@ -94,6 +94,6 @@ public:
boost::optional<Properties> data = boost::optional<Properties>());
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_PARSER_HPP