X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/131ea969cf91c332bd533b7e9d67c729149e9b4d..42cff0c36021704f4a64ca315e1f3354af3d97d4:/src/surf/StorageImpl.cpp diff --git a/src/surf/StorageImpl.cpp b/src/surf/StorageImpl.cpp index 4db2a48818..9a0c617b24 100644 --- a/src/surf/StorageImpl.cpp +++ b/src/surf/StorageImpl.cpp @@ -69,7 +69,7 @@ void StorageImpl::destroy() } } -bool StorageImpl::is_used() +bool StorageImpl::is_used() const { THROW_UNIMPLEMENTED; }