Skip to content

Commit

Permalink
missed a file in r9977
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9978 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 17, 2009
1 parent 7cd8317 commit ee7e431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgisinterface.h
Expand Up @@ -183,8 +183,8 @@ class GUI_EXPORT QgisInterface : public QObject
virtual QAction *actionMoveFeature() = 0;
virtual QAction *actionSplitFeatures() = 0;
virtual QAction *actionAddVertex() = 0;
virtual QAction *actionDelerteVertex() = 0;
virtual QAction *actioMoveVertex() = 0;
virtual QAction *actionDeleteVertex() = 0;
virtual QAction *actionMoveVertex() = 0;
virtual QAction *actionAddRing() = 0;
virtual QAction *actionAddIsland() = 0;
virtual QAction *actionEditSeparator2() = 0;
Expand Down

0 comments on commit ee7e431

Please sign in to comment.