fix a bug, it's return type error.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include<json/json.h>
|
||||
#include<hgl/type/BaseString.h>
|
||||
#include<hgl/type/String.h>
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
|
@@ -72,7 +72,7 @@ namespace hgl
|
||||
return(result);
|
||||
}
|
||||
|
||||
int SaveJson(Json::Value &root,const OSString &filename,OSString &error_info)
|
||||
bool SaveJson(Json::Value &root,const OSString &filename,OSString &error_info)
|
||||
{
|
||||
UTF8String txt;
|
||||
|
||||
|
Reference in New Issue
Block a user