Skip to content

Commit

Permalink
added one comment and resolved build error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5166 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 4, 2006
1 parent 7412afc commit 634547d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/grass/qgsgrassedit.h
Expand Up @@ -418,6 +418,8 @@ public slots:
QgsVertexMarker *mRubberBandIcon;
QgsGrassEditLayer* mCanvasEdit;

// edit tools are friend classes so they can
// access proteced/private members of QgsGrassEdit
friend class QgsGrassEditTool;
friend class QgsGrassEditNewPoint;
friend class QgsGrassEditNewLine;
Expand Down
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassedittools.cpp
Expand Up @@ -16,6 +16,7 @@

#include "qgsgrassedittools.h"
#include "qgsgrassedit.h"
#include "qgsgrassattributes.h"
#include "../../src/providers/grass/qgsgrassprovider.h"
#include "qgsvertexmarker.h"

Expand Down

0 comments on commit 634547d

Please sign in to comment.