Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add forward declaration (maybe fixes compilation on some CI machines?)
  • Loading branch information
mhugent committed Nov 16, 2021
1 parent cda7422 commit 95cac5d
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 95cac5d

Please sign in to comment.