Pass file to be closed

This commit is contained in:
Michał Janiszewski 2016-06-17 12:51:40 +02:00
parent 1b5492dc46
commit 9eefd20810

View file

@ -91,7 +91,7 @@ sperando che sia il nome del file => compila ma non funziona
Tifstream::~Tifstream() {
#ifndef MACOSX
fclose();
fclose(m_file);
#endif
}