rename from Set<> to Sets<>

This commit is contained in:
2020-09-21 11:55:02 +08:00
parent 303c715078
commit 35b522a992
5 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
#include<hgl/type/StrChar.h>
#include<hgl/type/Map.h>
#include<hgl/type/Set.h>
#include<hgl/type/Sets.h>
#include<hgl/graph/font/Font.h>
#include<hgl/type/UnicodeBlocks.h>
@@ -70,7 +70,7 @@ namespace hgl
{
protected:
Set<void *> ref_object;
Sets<void *> ref_object;
MapObject<u32char,CLA> cla_cache;