Fix for benchmark

This commit is contained in:
Blake Thompson 2015-01-24 21:29:50 -06:00
parent f616367ac2
commit 997da1e630

View file

@ -59,7 +59,7 @@ public:
ren.apply();
if (!preview_.empty()) {
std::clog << "preview available at " << preview_ << "\n";
mapnik::save_to_file(im.data(),preview_);
mapnik::save_to_file(im,preview_);
}
return true;
}