Skip to content

Commit 39f4ed5

Browse files
committed
Fix build
1 parent 42da218 commit 39f4ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/gui/attributetable/qgsfeaturemodel.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ class QgsFeatureModel
44
#include <qgsfeaturemodel.h>
55
%End
66
public:
7-
virtual ~QgsFeatureModel() {}
7+
virtual ~QgsFeatureModel();
88
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
99
};

0 commit comments

Comments
 (0)