rename from Set<> to Sets<>

This commit is contained in:
2020-09-21 11:53:52 +08:00
parent 25a2605932
commit d36b64cdb5
4 changed files with 36 additions and 36 deletions

View File

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