Skip to content

Commit

Permalink
Followup 875edb0, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 875edb0 commit d986552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspointlocator.h
Expand Up @@ -81,7 +81,7 @@ class CORE_EXPORT QgsPointLocator : public QObject
Vertex = 1, //!< Snapped to a vertex. Can be a vertex of the geometry or an intersection.
Edge = 2, //!< Snapped to an edge
Area = 4, //!< Snapped to an area
All = Vertex | Edge | Area //!< Conmbination of vertex, edge and area
All = Vertex | Edge | Area //!< Combination of vertex, edge and area
};

Q_DECLARE_FLAGS( Types, Type )
Expand Down

0 comments on commit d986552

Please sign in to comment.