diff --git a/API_Nesting.cpp b/API_Nesting.cpp index 1eb111b..7842518 100644 --- a/API_Nesting.cpp +++ b/API_Nesting.cpp @@ -21,9 +21,9 @@ using namespace std ; //----------------------------------------------------------------------------- BOOL -__stdcall EgtCreateFlatParts( int nType) +__stdcall EgtCreateFlatParts( int nType, double dToler) { - return ( ExeCreateFlatParts( nType) ? TRUE : FALSE) ; + return ( ExeCreateFlatParts( nType, dToler) ? TRUE : FALSE) ; } //----------------------------------------------------------------------------- diff --git a/EgtInterface.rc b/EgtInterface.rc index baa0b38..6b291c4 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ