diff options
Diffstat (limited to 'ingen/LV2Features.hpp')
-rw-r--r-- | ingen/LV2Features.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index 4834b10a..541af576 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -26,7 +26,7 @@ #include "lv2/core/lv2.h" #include "raul/Noncopyable.hpp" -namespace Ingen { +namespace ingen { class Node; class World; @@ -90,6 +90,6 @@ private: Features _features; }; -} // namespace Ingen +} // namespace ingen #endif // INGEN_LV2FEATURES_HPP |