This commit is contained in:
Daveo 2000-12-11 21:29:59 +00:00
parent 091c8f2ada
commit e2c1ddcb20
17 changed files with 156 additions and 72 deletions

View file

@ -15,9 +15,9 @@
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
CExport::CExport(char *Filename)
CExport::CExport(char *_Filename)
{
_splitpath(Filename,Drive,Path,Name,Ext);
Filename=_Filename;
}
/*****************************************************************************/