use String instead BaseString
This commit is contained in:
parent
3ddc2d1f4e
commit
120b6b449c
@ -2,7 +2,7 @@
|
|||||||
#define HGL_UTIL_XML_ELEMENT_PARSE_CREATER_INCLUDE
|
#define HGL_UTIL_XML_ELEMENT_PARSE_CREATER_INCLUDE
|
||||||
|
|
||||||
#include<hgl/util/xml/ElementParse.h>
|
#include<hgl/util/xml/ElementParse.h>
|
||||||
#include<hgl/type/BaseString.h>
|
#include<hgl/type/String.h>
|
||||||
#include<hgl/type/Stack.h>
|
#include<hgl/type/Stack.h>
|
||||||
#include<hgl/type/Map.h>
|
#include<hgl/type/Map.h>
|
||||||
namespace hgl
|
namespace hgl
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define HGL_UTIL_XML_ELEMENT_PARSE_KV_INCLUDE
|
#define HGL_UTIL_XML_ELEMENT_PARSE_KV_INCLUDE
|
||||||
|
|
||||||
#include<hgl/util/xml/ElementParse.h>
|
#include<hgl/util/xml/ElementParse.h>
|
||||||
#include<hgl/type/BaseString.h>
|
#include<hgl/type/String.h>
|
||||||
#include<hgl/type/Map.h>
|
#include<hgl/type/Map.h>
|
||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef HGL_XML_PARSE_INCLUDE
|
#ifndef HGL_XML_PARSE_INCLUDE
|
||||||
#define 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>
|
#include<hgl/util/xml/ElementParse.h>
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user