]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
when enable_debug is turned off, these tests were failing.
[simgrid.git] / examples / s4u / actor-lifetime / s4u-actor-lifetime.cpp
index 5a945a4305667ceaf03e86801fe783c1c5230101..5e3c61482632b959aee23485e28885ca94ffca16 100644 (file)
@@ -20,7 +20,7 @@ public:
       XBT_INFO("Exiting now (done sleeping or got killed).");
     });
   }
-  void operator()()
+  void operator()() const
   {
     XBT_INFO("Hello! I go to sleep.");
     simgrid::s4u::this_actor::sleep_for(10);