Skip to content

Commit

Permalink
add class key to QgsOracleFeatureIterator
Browse files Browse the repository at this point in the history
fixes "a class-key must be used when declaring a friend" error on compile
  • Loading branch information
frugardc committed Apr 17, 2013
1 parent e0732a0 commit 4e11972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.h
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

0 comments on commit 4e11972

Please sign in to comment.