aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Problem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Problem.hpp')
-rw-r--r--src/engine/Problem.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/Problem.hpp b/src/engine/Problem.hpp
index 7d96250..4569469 100644
--- a/src/engine/Problem.hpp
+++ b/src/engine/Problem.hpp
@@ -25,7 +25,7 @@
#include "MIDISink.hpp"
-namespace Machina {
+namespace machina {
class Problem : public Eugene::Problem<Machine> {
public:
@@ -121,6 +121,6 @@ private:
mutable std::map<Machine*, float> _fitness;
};
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_PROBLEM_HPP