Base: Modernise ctors dtors defs etc
This commit is contained in:
@@ -78,9 +78,7 @@ Type::Type(const Type& type)
|
||||
* A destructor.
|
||||
* A more elaborate description of the destructor.
|
||||
*/
|
||||
Type::~Type()
|
||||
{
|
||||
}
|
||||
Type::~Type() = default;
|
||||
|
||||
void *Type::createInstance()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user