use String instead BaseString

This commit is contained in:
hyzboy 2020-09-03 15:58:38 +08:00
parent 3ddc2d1f4e
commit 120b6b449c
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#define HGL_UTIL_XML_ELEMENT_PARSE_CREATER_INCLUDE
#include<hgl/util/xml/ElementParse.h>
#include<hgl/type/BaseString.h>
#include<hgl/type/String.h>
#include<hgl/type/Stack.h>
#include<hgl/type/Map.h>
namespace hgl

View File

@ -2,7 +2,7 @@
#define HGL_UTIL_XML_ELEMENT_PARSE_KV_INCLUDE
#include<hgl/util/xml/ElementParse.h>
#include<hgl/type/BaseString.h>
#include<hgl/type/String.h>
#include<hgl/type/Map.h>
namespace hgl
{

View File

@ -1,7 +1,7 @@
#ifndef HGL_XML_PARSE_INCLUDE
#define HGL_XML_PARSE_INCLUDE
#include<hgl/type/BaseString.h>
#include<hgl/type/String.h>
#include<hgl/util/xml/ElementParse.h>
extern "C"