* ./crlcore/src/ccore:

- Bug: In Histogram.cpp, take into account the removal of boost filesystem.
This commit is contained in:
Jean-Paul Chaput 2013-07-26 11:10:45 +00:00
parent 039e58e30a
commit ce5b06cccc
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ namespace CRL {
toFile ( datFile.string() );
Utilities::Path pltFile ( basename+_fileExtension+".plt" );
ofstream fd ( pltFile.string() );
ofstream fd ( pltFile.string().c_str() );
if ( not _mainTitle.empty() )
fd << "set title \"" << _mainTitle << "\"\n";