diff options
Diffstat (limited to 'xmrstak/misc/configEditor.hpp')
-rw-r--r-- | xmrstak/misc/configEditor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/configEditor.hpp b/xmrstak/misc/configEditor.hpp index 3960384..4ab2030 100644 --- a/xmrstak/misc/configEditor.hpp +++ b/xmrstak/misc/configEditor.hpp @@ -35,7 +35,7 @@ struct configEditor std::ifstream fstream(filename); m_fileContent = std::string( (std::istreambuf_iterator<char>(fstream)), - std::istreambuf_iterator<char>() + std::istreambuf_iterator<char>() ); return fstream.good(); } |