Update JsonConnection.cpp

This commit is contained in:
AEtHeLsYn 2016-03-21 17:39:02 +01:00
parent ababa8d212
commit c701972ecd
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ void JsonConnection::setCorrection(std::string * correctionId, ColorCorrectionVa
if (correction != nullptr)
{
Json::Value & v = correction["correctionValues"];
Json::Value & v = correct["correctionValues"];
v.append(correction->valueRed);
v.append(correction->valueGreen);
v.append(correction->valueBlue);