clang again

This commit is contained in:
Richard Holland
2024-11-30 16:20:42 +11:00
parent 3e2ba730f9
commit 18cd5086ce

View File

@@ -509,7 +509,7 @@ Config::loadFromString(std::string const& fileContents)
if (getSingleSection(secConfig, SECTION_DATAGRAM_MONITOR, strTemp, j_))
{
std::vector<std::string> vecTemp {strTemp};
std::vector<std::string> vecTemp{strTemp};
replaceColons(vecTemp);
DATAGRAM_MONITOR = vecTemp[0];
}