remove redundant void
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
using namespace App;
|
||||
|
||||
|
||||
Path::Path(void)
|
||||
Path::Path()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ Path::Path(const std::vector<Base::Persistence *> &PathVector)
|
||||
{
|
||||
}
|
||||
|
||||
Path::~Path(void)
|
||||
Path::~Path()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user