Showing with 1 addition and 1 deletion.
  1. +1 −1 src/providers/oracle/qgsoracleprovider.h
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class QgsOracleProvider : public QgsVectorDataProvider
QString mSpatialIndex; //! name of spatial index of geometry column
bool mHasSpatial; //! Oracle Spatial is installed

friend QgsOracleFeatureIterator;
friend class QgsOracleFeatureIterator;
};

#endif