Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 29, 2017
1 parent b4ddd32 commit bd5799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/nodetool/qgsnodetool2.h
Expand Up @@ -83,7 +83,7 @@ class QgsNodeTool2 : public QgsMapToolAdvancedDigitizing

virtual void deactivate() override;

void keyPressEvent( QKeyEvent* e );
void keyPressEvent( QKeyEvent* e ) override;

QgsGeometry cachedGeometry( const QgsVectorLayer* layer, QgsFeatureId fid );

Expand Down

0 comments on commit bd5799b

Please sign in to comment.