Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix GH#133
[simgrid.git] / src / s4u / s4u_Mailbox.cpp
index 16614427fa155ac38cd552414cf425d12b3c2d78..baa91b81ce744a82f9216cc4fe6a4e89faed78ba 100644 (file)
@@ -15,7 +15,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s4u_channel, s4u, "S4U Communication Mailboxes")
 namespace simgrid {
 namespace s4u {
 
-const simgrid::xbt::string& Mailbox::get_name() const
+const xbt::string& Mailbox::get_name() const
 {
   return pimpl_->get_name();
 }