mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0027105: Make code ISO-compliant [-Wpedantic fixes]
Remove extra semicolons and correct function prototypes for GCC -pedantic ISO compliance option
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//=======================================================================
|
||||
|
||||
inline Standard_Boolean GeomLib_Interpolate::IsDone() const
|
||||
{ return myIsDone ; } ;
|
||||
{ return myIsDone ; }
|
||||
//=======================================================================
|
||||
//function : Error
|
||||
//purpose :
|
||||
|
Reference in New Issue
Block a user