Posted May 12, 2015
![avatar](http://images.gog.com/2cb98f22a170352a32e8c7d57fb4becfd0723eb419c2e856ad8ee0910c2a8499_avm.jpg)
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
![avatar](http://images.gog.com/2cb98f22a170352a32e8c7d57fb4becfd0723eb419c2e856ad8ee0910c2a8499_avm.jpg)
I'm on Lubuntu 14.04
cd0a829 Don't use the iterator directly in Util::getDownloaderUrlsFromJSON