mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
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