core-qgsgeometryvertexindex.cpp-mloskot-20060314.patch
core/qgsgeometryvertexindex.cpp (working copy) | ||
---|---|---|
31 | 31 |
QgsGeometryVertexIndex & QgsGeometryVertexIndex::operator=( QgsGeometryVertexIndex const & rhs ) |
32 | 32 |
{ |
33 | 33 |
mIndex = rhs.mIndex; |
34 |
return *this; |
|
34 | 35 |
} |
35 | 36 | |
36 | 37 |
QgsGeometryVertexIndex::~QgsGeometryVertexIndex() |