diff options
Diffstat (limited to 'src/application.hpp')
-rw-r--r-- | src/application.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.hpp b/src/application.hpp index a8d59cc8..8d739938 100644 --- a/src/application.hpp +++ b/src/application.hpp @@ -109,7 +109,7 @@ namespace cru std::unordered_map<std::type_index, Object*> singleton_map_; std::list<Object*> singleton_list_; // used for reverse destroy. #ifdef CRU_DEBUG - std::unordered_set<std::type_index> singleton_type_set_; // used for dead recursion. + std::unordered_set<std::type_index> singleton_type_set_; // used for detecting dead recursion. #endif }; |