Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add virtual destructor.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 7 Feb 2018 10:12:27 +0000 (11:12 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 7 Feb 2018 10:12:27 +0000 (11:12 +0100)
src/surf/plugins/host_dvfs.cpp

index 251f05f..985d0d8 100644 (file)
@@ -40,6 +40,7 @@ public:
   double sampling_rate;
 
   explicit Governor(simgrid::s4u::Host* ptr) : host(ptr) { init(); }
+  virtual ~Governor() = default;
 
   void init()
   {