diff --git a/deploy/hyperiond.REMOVED.git-id b/deploy/hyperiond.REMOVED.git-id index 6c19357a..9a0be94a 100644 --- a/deploy/hyperiond.REMOVED.git-id +++ b/deploy/hyperiond.REMOVED.git-id @@ -1 +1 @@ -6d2d16413b637a51d5b5e254ccdd86f0bebae278 \ No newline at end of file +cf974e6aa1ff2a7194ce2b82fd5da5fa2373676a \ No newline at end of file diff --git a/libsrc/bootsequence/BootSequenceFactory.cpp b/libsrc/bootsequence/BootSequenceFactory.cpp index c47fed6e..dccbfdae 100644 --- a/libsrc/bootsequence/BootSequenceFactory.cpp +++ b/libsrc/bootsequence/BootSequenceFactory.cpp @@ -12,7 +12,7 @@ BootSequence * BootSequenceFactory::createBootSequence(Hyperion * hyperion, const Json::Value & jsonConfig) { std::string type = jsonConfig["type"].asString(); - std::transform(type.begin(), type.end(), type.begin(), std::tolower); + std::transform(type.begin(), type.end(), type.begin(), ::tolower); if (type == "none") {