Skip to content

Commit 26f7ac6

Browse files
author
esseffe
committedDec 3, 2009
fixed a couple of stupid GCC warnings: missing newline before EOF
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12320 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎src/analysis/interpolation/Bezier3D.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,5 @@ inline void Bezier3D::setControlPoly( QVector<Point3D*>* cp )
126126
mDegree = mControlPoly->count() - 1;
127127
}
128128

129-
#endif
129+
#endif
130+

‎src/analysis/interpolation/TriDecorator.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ inline void TriDecorator::addTriangulation( Triangulation* t )
7979
mTIN = t;
8080
}
8181

82-
#endif
82+
#endif
83+

0 commit comments

Comments
 (0)
Please sign in to comment.