Skip to content
Snippets Groups Projects
Commit 0a14bbec authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix compilation warning

parent d8bb21fe
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public:
virtual void SetZone(long zone);
virtual void SetHemisphere(char hemisphere);
virtual int GetZone() const;
virtual const char GetHemisphere() const;
virtual char GetHemisphere() const;
virtual void SetZoneAndHemisphereFromGeoPoint(const InputPointType& geoPoint);
virtual int GetZoneFromGeoPoint(const InputPointType& geoPoint) const;
......
......@@ -68,7 +68,7 @@ int UtmMapProjection<TTransform>
///\return the hemisphere
template <TransformDirection::TransformationDirection TTransform>
const char UtmMapProjection<TTransform>
char UtmMapProjection<TTransform>
::GetHemisphere() const
{
char hemisphere = this->m_MapProjection->getHemisphere();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment