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

@@ -1,7 +1,7 @@
#ifndef HGL_IO_INPUT_EVENT_INCLUDE
#define HGL_IO_INPUT_EVENT_INCLUDE
#include<hgl/type/SortedSets.h>
#include<hgl/type/SortedSet.h>
#include<hgl/io/event/InputEventSource.h>
namespace hgl
{
@@ -31,7 +31,7 @@ namespace hgl
InputEventSource source_type;
SortedSets<InputEvent *> sub_event_proc[size_t(InputEventSource::RANGE_SIZE)];
SortedSet<InputEvent *> sub_event_proc[size_t(InputEventSource::RANGE_SIZE)];
public: