Mercurial > hg > orthanc
diff OrthancFramework/Sources/SystemToolbox.cpp @ 4297:785a2713323e
abi continued
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Nov 2020 17:20:49 +0100 |
parents | ab4d015af660 |
children | 52166629239f |
line wrap: on
line diff
--- a/OrthancFramework/Sources/SystemToolbox.cpp Thu Nov 05 15:52:28 2020 +0100 +++ b/OrthancFramework/Sources/SystemToolbox.cpp Thu Nov 05 17:20:49 2020 +0100 @@ -233,7 +233,7 @@ } - void Orthanc::SystemToolbox::ReadFile(std::string &content, const std::string &path) + void SystemToolbox::ReadFile(std::string &content, const std::string &path) { ReadFile(content, path, true /* log */); }