Skip to content

Commit

Permalink
Revert "fix windows build (followup dd40a3d)"
Browse files Browse the repository at this point in the history
This reverts commit b3f2fe2.
  • Loading branch information
jef-n committed May 24, 2017
1 parent 955f5b1 commit dcc5715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfeatureiterator.h
Expand Up @@ -180,7 +180,7 @@ class CORE_EXPORT QgsAbstractFeatureIterator
* \note not available in Python bindings (although present in SIP file)
*/
template<typename T>
class CORE_EXPORT QgsAbstractFeatureIteratorFromSource : public QgsAbstractFeatureIterator
class QgsAbstractFeatureIteratorFromSource : public QgsAbstractFeatureIterator
{
public:
QgsAbstractFeatureIteratorFromSource( T *source, bool ownSource, const QgsFeatureRequest &request )
Expand Down

0 comments on commit dcc5715

Please sign in to comment.