X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab2f258eb5e0f714e4219125e51c118d958bb66d..5f1dc33c9f76ee99973ba93f034f031451398ebe:/src/surf/FileImpl.hpp diff --git a/src/surf/FileImpl.hpp b/src/surf/FileImpl.hpp index 0478ea1097..6b2f9cce25 100644 --- a/src/surf/FileImpl.hpp +++ b/src/surf/FileImpl.hpp @@ -28,7 +28,7 @@ public: sg_size_t tell() { return current_position_; } int seek(sg_offset_t offset, int origin); int unlink(); - void move(const char* fullpath); + void move(std::string fullpath); Action* read(sg_size_t size); Action* write(sg_size_t size);