Skip to content

Commit 13a3f2f

Browse files
committedMay 25, 2017
More windows build fixes
1 parent dcc5715 commit 13a3f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorlayerfeatureiterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class CORE_EXPORT QgsVectorLayerFeatureIterator : public QgsAbstractFeatureItera
112112
/** Join information prepared for fast attribute id mapping in QgsVectorLayerJoinBuffer::updateFeatureAttributes().
113113
* Created in the select() method of QgsVectorLayerJoinBuffer for the joins that contain fetched attributes
114114
*/
115-
struct FetchJoinInfo
115+
struct CORE_EXPORT FetchJoinInfo
116116
{
117117
const QgsVectorLayerJoinInfo *joinInfo;//!< Canonical source of information about the join
118118
QgsAttributeList attributes; //!< Attributes to fetch

1 commit comments

Comments
 (1)

3nids commented on May 25, 2017

@3nids
Member

Does it finally fix windows build?

Please sign in to comment.