Skip to content

Commit

Permalink
Merge pull request #536 from frugardc/master
Browse files Browse the repository at this point in the history
Fix for  "a class-key must be used when declaring a friend" on make using Oracle Spatial
  • Loading branch information
wonder-sk committed Apr 17, 2013
2 parents d3f4e34 + 4e11972 commit 06abc4d
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 06abc4d

Please sign in to comment.