formatting
This commit is contained in:
@@ -122,7 +122,11 @@ class Message : public AttributedItem {
|
|||||||
/**
|
/**
|
||||||
* Destructor.
|
* Destructor.
|
||||||
*/
|
*/
|
||||||
virtual ~Message() { if (m_deleteData) { delete m_data; } }
|
virtual ~Message() {
|
||||||
|
if (m_deleteData) {
|
||||||
|
delete m_data;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calculate the key for the ID.
|
* Calculate the key for the ID.
|
||||||
|
|||||||
Reference in New Issue
Block a user