X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/290296c62f5642c1d74a9c902a57ab72ac230f1e..bd76919be169a04d524d59aaad0698411793a410:/src/surf/StorageImpl.cpp diff --git a/src/surf/StorageImpl.cpp b/src/surf/StorageImpl.cpp index 112198994a..a4ddf1b116 100644 --- a/src/surf/StorageImpl.cpp +++ b/src/surf/StorageImpl.cpp @@ -6,7 +6,7 @@ #include "StorageImpl.hpp" -#include "surf_private.h" +#include "surf_private.hpp" #include #include #include @@ -89,7 +89,7 @@ std::map* StorageImpl::parseContent(std::string filename std::map* parse_content = new std::map(); - std::ifstream* fs = surf_ifsopen(filename.c_str()); + std::ifstream* fs = surf_ifsopen(filename); std::string line; std::vector tokens;