Skip to content

Commit dcc5715

Browse files
committed
Revert "fix windows build (followup dd40a3d)"
This reverts commit b3f2fe2.
1 parent 955f5b1 commit dcc5715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsfeatureiterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class CORE_EXPORT QgsAbstractFeatureIterator
180180
* \note not available in Python bindings (although present in SIP file)
181181
*/
182182
template<typename T>
183-
class CORE_EXPORT QgsAbstractFeatureIteratorFromSource : public QgsAbstractFeatureIterator
183+
class QgsAbstractFeatureIteratorFromSource : public QgsAbstractFeatureIterator
184184
{
185185
public:
186186
QgsAbstractFeatureIteratorFromSource( T *source, bool ownSource, const QgsFeatureRequest &request )

0 commit comments

Comments
 (0)