Oops, wrong fix :P

This commit is contained in:
Erik Zandvliet 2013-10-24 12:05:45 +02:00
parent f3b3e2c716
commit c9e42afe85

View file

@ -34,9 +34,9 @@ namespace Converters {
std::cout << F.getJSON()["data"].asString() << std::endl;
F.parseNext();
}
return 0;
} //DTSCFix
return 0;
}