EgtGeneral 1.4a4 : Aggiunte funzioni GetModule*. Si usano solo string.

This commit is contained in:
Dario Sassi
2013-12-11 18:29:32 +00:00
parent 4903e8f3fd
commit 07cfdd76f3
10 changed files with 130 additions and 52 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ CScan::~CScan( void)
//----------------------------------------------------------------------------
bool
CScan::Initialize( ifstream& InFile)
CScan::Init( ifstream& InFile)
{
// verifico che il file passato sia regolarmente aperto per lettura
if ( ! InFile.is_open())