aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Controller.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Controller.hpp')
-rw-r--r--src/engine/machina/Controller.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/machina/Controller.hpp b/src/engine/machina/Controller.hpp
index 000fcad..48165b9 100644
--- a/src/engine/machina/Controller.hpp
+++ b/src/engine/machina/Controller.hpp
@@ -63,7 +63,7 @@ private:
return lhs->id() < rhs->id();
}
};
-
+
typedef std::set<SharedPtr<Stateful>, StatefulComparator> Objects;
Objects _objects;