diff --git a/EExImportDxf.h b/EExImportDxf.h index 381ccff..efb4072 100644 --- a/EExImportDxf.h +++ b/EExImportDxf.h @@ -32,7 +32,6 @@ 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; } ; //-----------------------------------------------------------------------------