core-qgsgeometryvertexindex.cpp-mloskot-20060314.patch

Patch that fixes bug in this Ticket - Mateusz Loskot -, 2006-03-24 02:05 PM

Download (431 Bytes)

View differences:

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()