spectrum: Remove default virtual destructor from SimpleRefCount children
This commit is contained in:
@@ -92,11 +92,6 @@ class MatrixBasedChannelModel : public Object
|
||||
*/
|
||||
std::pair<uint32_t, uint32_t> m_nodeIds;
|
||||
|
||||
/**
|
||||
* Destructor for ChannelMatrix
|
||||
*/
|
||||
virtual ~ChannelMatrix() = default;
|
||||
|
||||
/**
|
||||
* Returns true if the ChannelMatrix object was generated
|
||||
* considering node b as transmitter and node a as receiver.
|
||||
|
||||
Reference in New Issue
Block a user