diff --git a/ground/src/libs/opmapcontrol/src/internals/pureprojection.cpp b/ground/src/libs/opmapcontrol/src/internals/pureprojection.cpp index e19f33f11..432defd06 100644 --- a/ground/src/libs/opmapcontrol/src/internals/pureprojection.cpp +++ b/ground/src/libs/opmapcontrol/src/internals/pureprojection.cpp @@ -43,7 +43,7 @@ const double PureProjection::DBLLONG= 4.61168601e18; const double PureProjection::R2D=180/M_PI; const double PureProjection::D2R=M_PI/180; -Point PureProjection::FromLatLngToPixel(const PointLatLng::PointLatLng &p,const int &zoom) +Point PureProjection::FromLatLngToPixel(const PointLatLng &p,const int &zoom) { return FromLatLngToPixel(p.Lat(), p.Lng(), zoom); }