renamed to SortedSet instead of SortedSets

This commit is contained in:
2024-11-04 23:06:57 +08:00
parent 6c6e1c1a8d
commit 1543ed8952
10 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
#define HGL_GUI_LAYOUT_INCLUDE
#include<hgl/gui/Widget.h>
#include<hgl/type/SortedSets.h>
#include<hgl/type/SortedSet.h>
namespace hgl
{
namespace gui
@@ -14,7 +14,7 @@ namespace hgl
{
protected:
SortedSets<Widget *> widgets_set;
SortedSet<Widget *> widgets_set;
public: