Posted May 12, 2015

src/util.cpp: In function ‘void Util::getDownloaderUrlsFromJSON(const Json::Value&, std::vector<std::basic_string<char> >&)’:
src/util.cpp:353:34: error: base operand of ‘->’ has non-pointer type ‘Json::ValueIterator’
urls.push_back(it->asString());
^
make: *** [obj/Debug/src/util.o] Error 1

I'm on Lubuntu 14.04
cd0a829 Don't use the iterator directly in Util::getDownloaderUrlsFromJSON