We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dcc5715 commit 13a3f2fCopy full SHA for 13a3f2f
src/core/qgsvectorlayerfeatureiterator.h
@@ -112,7 +112,7 @@ class CORE_EXPORT QgsVectorLayerFeatureIterator : public QgsAbstractFeatureItera
112
/** Join information prepared for fast attribute id mapping in QgsVectorLayerJoinBuffer::updateFeatureAttributes().
113
* Created in the select() method of QgsVectorLayerJoinBuffer for the joins that contain fetched attributes
114
*/
115
- struct FetchJoinInfo
+ struct CORE_EXPORT FetchJoinInfo
116
{
117
const QgsVectorLayerJoinInfo *joinInfo;//!< Canonical source of information about the join
118
QgsAttributeList attributes; //!< Attributes to fetch
Does it finally fix windows build?
1 commit comments
3nids commentedon May 25, 2017
Does it finally fix windows build?