Mercurial > hg > orthanc
changeset 3989:bf6295ebc462
test
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 May 2020 19:04:15 +0200 |
parents | bdd8f952dd47 |
children | 226ab94a33cd |
files | Core/Toolbox.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/Toolbox.h Fri May 29 19:02:32 2020 +0200 +++ b/Core/Toolbox.h Fri May 29 19:04:15 2020 +0200 @@ -187,6 +187,7 @@ std::string WildcardToRegularExpression(const std::string& s); + //ORTHANC_PUBLIC void TokenizeString(std::vector<std::string>& result, const std::string& source, char separator);