X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5b74ac631ece40d89c6e44e0fd603aeff530f02..94e3b6ccac06f8bb1f6ab5d9c5d7e5bd8e861a8a:/src/surf/cpu_cas01.hpp diff --git a/src/surf/cpu_cas01.hpp b/src/surf/cpu_cas01.hpp index 1621b1b3fc..1543d60853 100644 --- a/src/surf/cpu_cas01.hpp +++ b/src/surf/cpu_cas01.hpp @@ -50,7 +50,7 @@ public: CpuAction* execution_start(double size, int requested_cores) override; CpuAction* sleep(double duration) override; - bool is_used() override; + bool is_used() const override; protected: void on_speed_change() override;