Skip to content

Commit b6b65fd

Browse files
committedJul 26, 2011
initialize QgsPoint
1 parent 33c766c commit b6b65fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgspoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class CORE_EXPORT QgsPoint
6262
{
6363
public:
6464
/// Default constructor
65-
QgsPoint()
65+
QgsPoint() : m_x( 0.0 ), m_y( 0.0 )
6666
{}
6767

6868
/*! Create a point from another point */

0 commit comments

Comments
 (0)
Please sign in to comment.