diff options
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r-- | ingen/EngineBase.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index 00436c66..aa3d5573 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -24,7 +24,7 @@ #include "ingen/ingen.h" #include "ingen/types.hpp" -namespace Ingen { +namespace ingen { class Interface; @@ -140,6 +140,6 @@ public: virtual bool unregister_client(SPtr<Interface> client) = 0; }; -} // namespace Ingen +} // namespace ingen #endif // INGEN_ENGINEBASE_HPP |