Skip to content

Commit

Permalink
Another try
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 8e24974 commit 05e69bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/providers/ogr/qgsogrfeatureiterator.h
Expand Up @@ -27,13 +27,14 @@
#include <set>
#include "qgis_sip.h"

#include <QMutexLocker>

///@cond PRIVATE
#define SIP_NO_FILE

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 05e69bf

Please sign in to comment.