Skip to content
Snippets Groups Projects
Commit da700955 authored by Etienne Bougoin's avatar Etienne Bougoin
Browse files

ENH : avoid warnings

parent c042a277
No related branches found
No related tags found
No related merge requests found
......@@ -309,6 +309,7 @@ public:
} else {
return def;
}
return def;
}
/**
* Converts the given string into a string or returns the given
......
......@@ -38,7 +38,7 @@ public:
/**
* @brief Destructor
*/
~DataHistogramProcessedData();
virtual ~DataHistogramProcessedData();
/**
* @brief Copy constructor
......
......@@ -35,7 +35,7 @@ public:
/**
* @brief Destructor
*/
~DataHistogramSignalData();
virtual ~DataHistogramSignalData();
/**
* @brief Copy constructor
......
......@@ -37,7 +37,7 @@ public:
/**
* @brief Destructor
*/
~DataQuality();
virtual ~DataQuality();
/**
* @brief Copy constructor
......
......@@ -33,7 +33,7 @@ public:
/**
* @brief Destructor
*/
~DataSetSummary();
virtual ~DataSetSummary();
/**
* @brief This function write the DataSetSummary in a stream
......
......@@ -33,7 +33,7 @@ public:
/**
* @brief Destructor
*/
~FileDescriptor();
virtual ~FileDescriptor();
/**
* @brief This function writes the FileDescriptor in a stream
......
......@@ -34,7 +34,7 @@ public:
/**
* @brief Destructor
*/
~RadarSatRecord();
virtual ~RadarSatRecord();
/**
* @brief Copy constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment