Skip to content

Commit

Permalink
fix sip module
Browse files Browse the repository at this point in the history
  • Loading branch information
stopa85milk committed Jun 9, 2011
1 parent 464a949 commit 4eccdea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/analysis/network/qgsgraphbuilder.sip
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ class QgsGraphBuilder : QgsGraphBuilderInterface
/**
* return QgsGraph result;
*/
QgsGraph* graph();
QgsGraph* graph() /Factory/;
};

2 changes: 1 addition & 1 deletion python/analysis/network/qgsgraphdirector.sip
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class QgsGraphDirector : QObject
const QVector< QgsPoint >& additionalPoints,
QVector< QgsPoint>& tiedPoints /Out/ );

void addProperter( QgsArcProperter* prop ) ;
void addProperter( QgsArcProperter* prop /Transfer/ ) ;

/**
* return Director name
Expand Down

0 comments on commit 4eccdea

Please sign in to comment.