]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DPlane.h
Remove -Wno-pedantic
[xonotic/netradiant.git] / contrib / bobtoolz / DPlane.h
index 6e840cdb71ba81b77b51065149d220d72eb0eeec..88a33584622747152ebee554a882ebc10f36f4b7 100644 (file)
@@ -54,7 +54,7 @@ bool operator !=( DPlane& other );
 bool operator ==( DPlane& other );
 
 bool IsRedundant( std::list<DPoint*>& pointList );
-bool PlaneIntersection( DPlane* pl1, DPlane* pl2, vec3_t out );;
+bool PlaneIntersection( DPlane* pl1, DPlane* pl2, vec3_t out );
 
 vec_t DistanceToPoint( vec3_t pnt );