Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sonar: fill empty "catch".
[simgrid.git] / src / instr / instr_private.hpp
index 4aa9285..97b9e9b 100644 (file)
@@ -85,8 +85,8 @@ public:
   e_event_type eventType_;
   PajeEvent(Container* container, Type* type, double timestamp, e_event_type eventType)
       : container(container), type(type), timestamp_(timestamp), eventType_(eventType){};
-  virtual void print() = 0;
   virtual ~PajeEvent();
+  virtual void print() = 0;
   void insertIntoBuffer();
 };