use String instead BaseString

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

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"