Skip to content

Commit d2d348b

Browse files
committedSep 4, 2018
Add forward declaration
1 parent cf5523f commit d2d348b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/qgsmaptooldigitizefeature.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#include "qgsmaptoolcapture.h"
2020
#include "qgis_app.h"
2121

22+
class QgsFeature;
23+
2224
//! This tool digitizes geometry of new point/line/polygon features on already existing vector layers
2325
class APP_EXPORT QgsMapToolDigitizeFeature : public QgsMapToolCapture
2426
{

0 commit comments

Comments
 (0)
Please sign in to comment.