mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 19:59:09 +00:00
Fix compiling plContainer.
This commit is contained in:
@ -797,7 +797,8 @@ bool plIniSectionConfigSource::ReadSubSource( const char * name )
|
|||||||
std::vector<std::string> sections;
|
std::vector<std::string> sections;
|
||||||
for ( int i=0; i<fSections.size(); i++ )
|
for ( int i=0; i<fSections.size(); i++ )
|
||||||
sections.push_back( fSections[i].c_str() );
|
sections.push_back( fSections[i].c_str() );
|
||||||
return fConfigInfo->ReadFrom(&plIniSectionConfigSource( name, sections ));
|
plIniSectionConfigSource src(name, sections);
|
||||||
|
return fConfigInfo->ReadFrom(&src);
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////
|
/////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user