X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fc87311ad2950a160412fa6961abf8f0bdc3165..c6374915fc9c74a89f67428ba910e204d2daa516:/src/surf/xml/platf.hpp diff --git a/src/surf/xml/platf.hpp b/src/surf/xml/platf.hpp index 1e095b6721..53068351e9 100644 --- a/src/surf/xml/platf.hpp +++ b/src/surf/xml/platf.hpp @@ -12,7 +12,7 @@ XBT_PUBLIC void sg_platf_init(); XBT_PUBLIC void sg_platf_exit(); -XBT_PUBLIC void surf_parse_open(const char* file); +XBT_PUBLIC void surf_parse_open(std::string file); XBT_PUBLIC void surf_parse_close(); XBT_PUBLIC void surf_parse_assert(bool cond, std::string msg); XBT_ATTRIB_NORETURN XBT_PUBLIC void surf_parse_error(std::string msg);