Add comment
This commit is contained in:
@@ -7,6 +7,7 @@ string FileReader::getFile(char *path){
|
|||||||
|
|
||||||
string line;
|
string line;
|
||||||
|
|
||||||
|
// There is only one line in the file
|
||||||
getline(file, line);
|
getline(file, line);
|
||||||
|
|
||||||
file.close();
|
file.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user