From fa91c10973c7137762c7eacc3084f9ac1f6aa6bb Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Fri, 24 May 2024 12:12:19 +0200 Subject: [PATCH] Include : - cambiato il nome ad una funzione. --- EGkSbzStandard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGkSbzStandard.h b/EGkSbzStandard.h index 1192156..824e8a6 100644 --- a/EGkSbzStandard.h +++ b/EGkSbzStandard.h @@ -24,4 +24,4 @@ #endif //---------------------------------------------------------------------------- -EGK_EXPORT ISurfBezier* CreateBezierSphere( const Point3d& ptCenter, double dR) ; \ No newline at end of file +EGK_EXPORT ISurfBezier* GetSurfBezierSphere( const Point3d& ptCenter, double dR) ; \ No newline at end of file