Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 29, 2015
1 parent 42da218 commit 39f4ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/attributetable/qgsfeaturemodel.sip
Expand Up @@ -4,6 +4,6 @@ class QgsFeatureModel
#include <qgsfeaturemodel.h>
%End
public:
virtual ~QgsFeatureModel() {}
virtual ~QgsFeatureModel();
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
};

0 comments on commit 39f4ed5

Please sign in to comment.