fix a MSVC build error with boost's foreach using this->

This commit is contained in:
Tomasz Śniatowski 2008-12-22 19:21:00 +01:00
parent a7739831d7
commit ce09e14d52

View File

@ -220,8 +220,7 @@ void positional_source::write_config(config& cfg) const
cfg["x"] = cfg["y"] = "";
bool first_loc = true;
foreach(const map_location& loc, this->locations_) {
foreach(const map_location& loc, locations_) {
if(!first_loc) {
cfg["x"] += ",";
cfg["y"] += ",";