From dbb2229c5200271b79b8d8772c2214c306a0d155 Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Fri, 21 Jul 2023 10:48:01 +0800 Subject: [PATCH] fixed typed error in StringList --- inc/hgl/type/StringList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/hgl/type/StringList.h b/inc/hgl/type/StringList.h index 13c4e27..7ff3478 100644 --- a/inc/hgl/type/StringList.h +++ b/inc/hgl/type/StringList.h @@ -1,7 +1,7 @@ #ifndef HGL_STRINGLIST_INCLUDE #define HGL_STRINGLIST_INCLUDE -#include +#include #include #include #include @@ -46,7 +46,7 @@ namespace hgl return NullString; } - StringList &operator = (const StringList &sl) + StringList &operator = (const StringList &sl) { Clear();