diff --git a/include/osg/GeoSet b/include/osg/GeoSet index 258f77cd0..9af4e1748 100644 --- a/include/osg/GeoSet +++ b/include/osg/GeoSet @@ -682,7 +682,7 @@ void for_each_triangle(GeoSet& gset,T& op) break; } -}; +} } diff --git a/include/osg/Math b/include/osg/Math index 5b944f36e..56b74cde2 100644 --- a/include/osg/Math +++ b/include/osg/Math @@ -49,7 +49,7 @@ #endif #ifndef fabsf -#define fabs (float)sqrt +#define fabsf (float)fabs #endif