diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 4b27f267e0dad0f6509c37316f44e312a8c5450c..2858e817fb398a5681e7e788f6cf907128d80320 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -48,8 +48,8 @@ public: GeoLib::GeoObject() {} - Point(Point const& p, std::size_t id) : - MathLib::Point3dWithID(p, id), GeoLib::GeoObject() + Point(MathLib::Point3d const& x, std::size_t id) : + MathLib::Point3dWithID(x, id), GeoLib::GeoObject() {} Point(std::array<double,3> const& x,