renamed to SortedSet instead of SortedSets

This commit is contained in:
2024-11-02 19:32:32 +08:00
parent 0dad4c5f9e
commit 8dc653b7b1
12 changed files with 40 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
#define HGL_THREAD_INCLUDE
#include<hgl/type/DataType.h>
#include<hgl/type/SortedSets.h>
#include<hgl/type/SortedSet.h>
#include<hgl/type/String.h>
#include<hgl/thread/ThreadMutex.h>
#include<hgl/log/LogInfo.h>
@@ -121,7 +121,7 @@ namespace hgl
{
protected:
SortedSets<THREAD *> thread_set;
SortedSet<THREAD *> thread_set;
public: