Commit 92b095ab authored by Vitaly Lipatov's avatar Vitaly Lipatov

SViewer: remove unneeded c_str

parent 3706b6d3
......@@ -142,7 +142,7 @@ void SViewer::readSection(const string section, const string secRoot)
{
string ob(*li);
string fname(curSection+ "/"+ ob);
ObjectId id = conf->oind->getIdByFullName( fname.c_str() );
ObjectId id = conf->oind->getIdByFullName( fname );
if( id == DefaultObjectId )
cout << "(readSection): ID?! " << fname << endl;
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment