diff --git a/src/core/qgspoint.h b/src/core/qgspoint.h index 947e7293afb8..e64fdedb2152 100644 --- a/src/core/qgspoint.h +++ b/src/core/qgspoint.h @@ -62,7 +62,7 @@ class CORE_EXPORT QgsPoint { public: /// Default constructor - QgsPoint() + QgsPoint() : m_x( 0.0 ), m_y( 0.0 ) {} /*! Create a point from another point */