From 8c1df8cd8713e8c8ed51a2b97b24ae3d69b98f71 Mon Sep 17 00:00:00 2001 From: "riccardo.elitropi" Date: Mon, 6 Jun 2022 10:47:54 +0200 Subject: [PATCH] Include : - prova commit. --- EExImportDxf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EExImportDxf.h b/EExImportDxf.h index efb4072..381ccff 100644 --- a/EExImportDxf.h +++ b/EExImportDxf.h @@ -32,6 +32,7 @@ class __declspec( novtable) IImportDxf public : virtual ~IImportDxf( void) {} virtual bool Import( const std::string& sFile, IGeomDB* pGDB, int nIdGroup, double dScaleFactor = 1) = 0 ; + int a = 0; } ; //-----------------------------------------------------------------------------