rename from Set<> to Sets<>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user