diff --git a/Reference/Singleton.h b/Reference/Singleton.h index 9e62151..a04a984 100644 --- a/Reference/Singleton.h +++ b/Reference/Singleton.h @@ -51,7 +51,7 @@ namespace Loki static bool Compare(const LifetimeTracker* lhs, const LifetimeTracker* rhs) { - return lhs->longevity_ > rhs->longevity_; + return lhs->longevity_ < rhs->longevity_; } private: