Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
clang asks for override here ...
authordegomme <augustin.degomme@unibas.ch>
Mon, 21 Mar 2016 15:47:45 +0000 (16:47 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 21 Mar 2016 15:47:45 +0000 (16:47 +0100)
src/surf/cpu_interface.hpp

index 5716541..82763d4 100644 (file)
@@ -162,7 +162,7 @@ public:
 
   void setState(simgrid::surf::Action::State state) override;
 
-  void updateRemainingLazy(double now);
+  void updateRemainingLazy(double now) override;
   std::list<Cpu*> cpus();
 };