Skip to content

Commit

Permalink
initialize QgsPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 26, 2011
1 parent 33c766c commit b6b65fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspoint.h
Expand Up @@ -62,7 +62,7 @@ class CORE_EXPORT QgsPoint
{ {
public: public:
/// Default constructor /// Default constructor
QgsPoint() QgsPoint() : m_x( 0.0 ), m_y( 0.0 )
{} {}


/*! Create a point from another point */ /*! Create a point from another point */
Expand Down

0 comments on commit b6b65fd

Please sign in to comment.