From ce3afccc7bc8aae735fd0b7e383921bff6b24921 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 13 Jul 2023 23:13:08 +0800 Subject: [PATCH 1/2] layout coeds. --- inc/hgl/util/csv/CSVFieldSplite.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/hgl/util/csv/CSVFieldSplite.h b/inc/hgl/util/csv/CSVFieldSplite.h index ee5a06f..0a2e04d 100644 --- a/inc/hgl/util/csv/CSVFieldSplite.h +++ b/inc/hgl/util/csv/CSVFieldSplite.h @@ -6,7 +6,8 @@ namespace hgl { /** * CSV字段拆分工具
- * 支持逗号分隔与tab分隔以及使用引号包裹的字符串 */ + * 支持逗号分隔与tab分隔以及使用引号包裹的字符串 + */ class CSVFieldSplite { const char *str; From 42413822966144d72a8f71cb447b75c330aa1694 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sat, 15 Jul 2023 00:46:59 +0800 Subject: [PATCH 2/2] fixed include LoadStringList --- inc/hgl/util/plist/PList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/util/plist/PList.h b/inc/hgl/util/plist/PList.h index 65ffccc..0b573d0 100644 --- a/inc/hgl/util/plist/PList.h +++ b/inc/hgl/util/plist/PList.h @@ -2,7 +2,7 @@ #define HGL_PLIST_INCLUDE #include -#include +#include #include #include namespace hgl