Skip to content

Commit

Permalink
Make sip a bit happier
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 31, 2018
1 parent 87c1263 commit c55b4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -924,7 +924,7 @@ this is possible to determine in advance.
Returns the processing feature source flags to be used in the algorithm.
%End

virtual QgsProcessingFeatureSink::SinkFlags sinkFlags() const;
virtual QgsFeatureSink::SinkFlags sinkFlags() const;
%Docstring
Returns the feature sink flags to be used for the output.

Expand Down
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingalgorithm.h
Expand Up @@ -934,7 +934,7 @@ class CORE_EXPORT QgsProcessingFeatureBasedAlgorithm : public QgsProcessingAlgor
*
* \since QGIS 3.4.1
*/
virtual QgsProcessingFeatureSink::SinkFlags sinkFlags() const;
virtual QgsFeatureSink::SinkFlags sinkFlags() const;

/**
* Maps the input WKB geometry type (\a inputWkbType) to the corresponding
Expand Down

0 comments on commit c55b4eb

Please sign in to comment.