Skip to content

Commit

Permalink
Add forward declaration (maybe fixes compilation on some CI machines?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and github-actions[bot] committed Nov 18, 2021
1 parent eb9f792 commit 8e24974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/providers/ogr/qgsogrfeatureiterator.h
Expand Up @@ -33,6 +33,7 @@
class QgsOgrFeatureIterator;
class QgsOgrProvider;
class QgsOgrDataset;
class QMutexLocker;
using QgsOgrDatasetSharedPtr = std::shared_ptr< QgsOgrDataset>;

class QgsOgrFeatureSource final: public QgsAbstractFeatureSource
Expand Down

0 comments on commit 8e24974

Please sign in to comment.