Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix tracing debug mode (and please sonar)
[simgrid.git] / src / instr / instr_paje_events.hpp
index a3a9522..bf82373 100644 (file)
@@ -48,7 +48,7 @@ public:
 
   PajeEvent(Container* container, Type* type, double timestamp, e_event_type eventType);
   virtual ~PajeEvent() = default;
-  virtual void print() = 0;
+  virtual void print();
   void insertIntoBuffer();
 };