From bb302212472dc7dbd1302f81ebcfec88bcd3f4eb Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 6 Dec 2019 08:24:04 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXeExecutor.h b/EXeExecutor.h index f6a6ff9..91ca3ed 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -113,7 +113,7 @@ EXE_EXPORT bool ExeImportPnt( const std::string& sFilePath, int nFlag) ; EXE_EXPORT bool ExeImportStl( const std::string& sFilePath, double dScaleFactor) ; EXE_EXPORT bool ExeExportDxf( int nId, const std::string& sFilePath) ; EXE_EXPORT bool ExeExportStl( int nId, const std::string& sFilePath) ; -EXE_EXPORT bool ExeExportSvg( int nId, const std::string& sFilePath) ; +EXE_EXPORT bool ExeExportSvg( int nId, const std::string& sFilePath, int nFilter = 393) ; // Tsc Executor EXE_EXPORT bool ExeInitTscExec( void) ;