Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 21, 2016
1 parent f77ab4d commit 00eb261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/analysis/network/qgsgraphdirector.sip
Expand Up @@ -34,8 +34,8 @@ class QgsGraphDirector : QObject
*
* @param builder the graph builder
* @param additionalPoints list of points that should be snapped to the graph
* @param tiedPoints list of snapped points
* @note if tiedPoints[i] == QgsPoint(0.0,0.0) then snapping failed.
* @param snappedPoints list of snapped points
* @note if snappedPoints[i] == QgsPoint(0.0,0.0) then snapping failed.
*/
virtual void makeGraph( QgsGraphBuilderInterface *builder,
const QVector< QgsPoint > &additionalPoints,
Expand Down
4 changes: 2 additions & 2 deletions src/analysis/network/qgsgraphdirector.h
Expand Up @@ -47,8 +47,8 @@ class ANALYSIS_EXPORT QgsGraphDirector : public QObject
*
* @param builder the graph builder
* @param additionalPoints list of points that should be snapped to the graph
* @param tiedPoints list of snapped points
* @note if tiedPoints[i] == QgsPoint(0.0,0.0) then snapping failed.
* @param snappedPoints list of snapped points
* @note if snappedPoints[i] == QgsPoint(0.0,0.0) then snapping failed.
*/
virtual void makeGraph( QgsGraphBuilderInterface *builder,
const QVector< QgsPoint > &additionalPoints,
Expand Down

0 comments on commit 00eb261

Please sign in to comment.