Skip to content
Permalink
Browse files
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
  • Loading branch information
esseffe committed Dec 3, 2009
1 parent f26da8e commit 26f7ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
@@ -126,4 +126,5 @@ inline void Bezier3D::setControlPoly( QVector<Point3D*>* cp )
mDegree = mControlPoly->count() - 1;
}

#endif
#endif

@@ -79,4 +79,5 @@ inline void TriDecorator::addTriangulation( Triangulation* t )
mTIN = t;
}

#endif
#endif

0 comments on commit 26f7ac6

Please sign in to comment.