rename from BaseString to String

This commit is contained in:
2020-09-03 15:52:46 +08:00
parent 51f22f0ed3
commit 7927586bd1
13 changed files with 119 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
#ifndef HGL_IO_FILE_ACCESS_INCLUDE
#define HGL_IO_FILE_ACCESS_INCLUDE
#include<hgl/type/BaseString.h>
#include<hgl/type/String.h>
#include<hgl/io/SeekAccess.h>
#include<sys/stat.h>
namespace hgl