Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Don't mix public/private data members
[simgrid.git] / src / s4u / s4u_Storage.cpp
index b051b69..dfd02fd 100644 (file)
@@ -37,7 +37,7 @@ Storage* Storage::by_name_or_null(const std::string& name)
 
 const char* Storage::get_type() const
 {
-  return pimpl_->typeId_.c_str();
+  return pimpl_->get_type();
 }
 
 const std::unordered_map<std::string, std::string>* Storage::get_properties() const