Fixed warnings on linux
This commit is contained in:
@@ -32,7 +32,7 @@ namespace config {
|
||||
}
|
||||
_path = path;
|
||||
std::ifstream file(path.c_str());
|
||||
config << file;
|
||||
file >> config;
|
||||
file.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user