EgtGeomKernel : Modifiche per Scanner e Load/Save di GeomDB con nome file.

This commit is contained in:
Dario Sassi
2013-12-12 09:11:29 +00:00
parent a3308d8e23
commit fb0ca2906f
23 changed files with 50 additions and 78 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ GdbObj::Save( std::ostream& osOut) const
//----------------------------------------------------------------------------
bool
GdbObj::Load( const std::string& sType, CScan& TheScanner, int& nParentId)
GdbObj::Load( const std::string& sType, Scanner& TheScanner, int& nParentId)
{
int nType ;
string sLine ;