Salome HOME
#18963 Minimize compiler warnings
[modules/med.git] / src / MEDCalc / gui / XmedDataModel.hxx
index a93f0b8b1631e386a34ae456c13c7715b2120c79..31c94ee54e2fffe85e51dc80d66a19f6aadeb3ae 100644 (file)
@@ -81,6 +81,7 @@ public:
 class MEDCALCGUI_EXPORT XmedDataProcessor : public DataProcessor {
 public:
   XmedDataProcessor(DataModel * dataModel):DataProcessor(dataModel) {};
+  virtual ~XmedDataProcessor() {};
 
   MEDCALC::FieldHandlerList * getResultingFieldHandlerList();
   MEDCALC::FieldIdList * getResultingFieldIdList();