Mod: redundant void 2
This commit is contained in:
@@ -478,7 +478,7 @@ class _VertexCompare
|
||||
return clP1.X() < clP2.X();
|
||||
}
|
||||
|
||||
_VertexCompare (void) : dE(1.0e-5) {}
|
||||
_VertexCompare () : dE(1.0e-5) {}
|
||||
double dE;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user