Skip to content

Commit

Permalink
fixed a couple of stupid GCC warnings: missing newline before EOF
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12320 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
esseffe committed Dec 3, 2009
1 parent 9c32faa commit 3d12c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/analysis/interpolation/Bezier3D.h
Expand Up @@ -126,4 +126,5 @@ inline void Bezier3D::setControlPoly( QVector<Point3D*>* cp )
mDegree = mControlPoly->count() - 1;
}

#endif
#endif

3 changes: 2 additions & 1 deletion src/analysis/interpolation/TriDecorator.h
Expand Up @@ -79,4 +79,5 @@ inline void TriDecorator::addTriangulation( Triangulation* t )
mTIN = t;
}

#endif
#endif

0 comments on commit 3d12c6a

Please sign in to comment.