App: Modernise ctors dtors defs etc
This commit is contained in:
@@ -28,16 +28,12 @@
|
||||
using namespace App;
|
||||
|
||||
|
||||
Path::Path()
|
||||
{
|
||||
}
|
||||
Path::Path() = default;
|
||||
|
||||
Path::Path(const std::vector<Base::Persistence *> &PathVector)
|
||||
:_PathVector(PathVector)
|
||||
{
|
||||
}
|
||||
|
||||
Path::~Path()
|
||||
{
|
||||
}
|
||||
Path::~Path() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user