mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-22 15:35:23 -04:00
@@ -45,12 +45,12 @@ const map<string, string> ConfigParser::JSON_ARRAY_IDS = {
|
||||
bool ConfigParser::useModule_ = false;
|
||||
|
||||
ConfigParser::ConfigParser()
|
||||
: filePath_("") ,packageName_("") ,moduleName_(""), moduleType_(ModuleType::NONE)
|
||||
: filePath_(""), packageName_(""), moduleName_(""), moduleType_(ModuleType::NONE)
|
||||
{
|
||||
}
|
||||
|
||||
ConfigParser::ConfigParser(const string &filePath)
|
||||
: filePath_(filePath) ,packageName_("") ,moduleName_(""), moduleType_(ModuleType::NONE)
|
||||
: filePath_(filePath), packageName_(""), moduleName_(""), moduleType_(ModuleType::NONE)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user