diff options
Diffstat (limited to 'ingen/DataAccess.hpp')
-rw-r--r-- | ingen/DataAccess.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/DataAccess.hpp b/ingen/DataAccess.hpp index 32ca9ead..fb3e3a79 100644 --- a/ingen/DataAccess.hpp +++ b/ingen/DataAccess.hpp @@ -30,9 +30,9 @@ #include "lv2/core/lv2.h" #include "lv2/data-access/data-access.h" -namespace Ingen { +namespace ingen { -struct DataAccess : public Ingen::LV2Features::Feature +struct DataAccess : public ingen::LV2Features::Feature { static void delete_feature(LV2_Feature* feature) { free(feature->data); @@ -63,6 +63,6 @@ struct DataAccess : public Ingen::LV2Features::Feature } }; -} // namespace Ingen +} // namespace ingen #endif // INGEN_ENGINE_DATAACCESS_HPP |