X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18ba8a3fabab08a493038a2e11e5df5b4b6de4f0..f2df13795e01302813a6aef10825ec7e922ce530:/src/surf/storage_interface.hpp diff --git a/src/surf/storage_interface.hpp b/src/surf/storage_interface.hpp index 5b89f8d638..7e17d8e183 100644 --- a/src/surf/storage_interface.hpp +++ b/src/surf/storage_interface.hpp @@ -182,7 +182,7 @@ public: * * @return The StorageAction corresponding to the opening */ - virtual StorageActionPtr open(const char* mount, char* path)=0; + virtual StorageActionPtr open(char* mount, char* path)=0; /** * @brief Close a file