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) ...@@ -142,7 +142,7 @@ void SViewer::readSection(const string section, const string secRoot)
{ {
string ob(*li); string ob(*li);
string fname(curSection+ "/"+ ob); string fname(curSection+ "/"+ ob);
ObjectId id = conf->oind->getIdByFullName( fname.c_str() ); ObjectId id = conf->oind->getIdByFullName( fname );
if( id == DefaultObjectId ) if( id == DefaultObjectId )
cout << "(readSection): ID?! " << fname << endl; cout << "(readSection): ID?! " << fname << endl;
else 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