Loading src/InputFile.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ InputFile::InputFile(bool bg) : Input(bg) InputFile::~InputFile() { cout << "InputFile::~InputFile()" << endl; // cout << "InputFile::~InputFile()" << endl; delete file; } Loading Loading
src/InputFile.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ InputFile::InputFile(bool bg) : Input(bg) InputFile::~InputFile() { cout << "InputFile::~InputFile()" << endl; // cout << "InputFile::~InputFile()" << endl; delete file; } Loading