Skip to content

Commit

Permalink
fixed #1305
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9683 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Nov 21, 2008
1 parent c6ce755 commit 48724e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsvectordataprovider.sip
Expand Up @@ -141,7 +141,7 @@ class QgsVectorDataProvider : QgsDataProvider
*
* Default implementation simply iterates the features
*/
virtual void uniqueValues(int index, QList<QVariant> &uniqueValues);
virtual void uniqueValues(int index, QList<QVariant> &uniqueValues /Out/);

/**
* Adds a list of features
Expand Down

0 comments on commit 48724e0

Please sign in to comment.