[MOAB-dev] r3344 - MOAB/trunk
    kraftche at cae.wisc.edu 
    kraftche at cae.wisc.edu
       
    Fri Nov 13 15:39:28 CST 2009
    
    
  
Author: kraftche
Date: 2009-11-13 15:39:28 -0600 (Fri, 13 Nov 2009)
New Revision: 3344
Modified:
   MOAB/trunk/BSPTreePoly.cpp
Log:
fix build issue with -pedantic flag
Modified: MOAB/trunk/BSPTreePoly.cpp
===================================================================
--- MOAB/trunk/BSPTreePoly.cpp	2009-11-13 21:00:42 UTC (rev 3343)
+++ MOAB/trunk/BSPTreePoly.cpp	2009-11-13 21:39:28 UTC (rev 3344)
@@ -285,7 +285,7 @@
     return -1;
   else
     return 0;
-};
+}
 
 BSPTreePoly::Vertex* BSPTreePoly::EdgeUse::start() const
 {
    
    
More information about the moab-dev
mailing list