App: Modernise ctors dtors defs etc
This commit is contained in:
@@ -48,9 +48,7 @@ VRMLObject::VRMLObject() : index(0)
|
||||
Resources.setSize(0);
|
||||
}
|
||||
|
||||
VRMLObject::~VRMLObject()
|
||||
{
|
||||
}
|
||||
VRMLObject::~VRMLObject() = default;
|
||||
|
||||
short VRMLObject::mustExecute() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user