compile fix

This commit is contained in:
Marc Zinnschlag 2012-04-01 10:34:51 +02:00
parent 38066d9ecb
commit 8aa4001937

View file

@ -159,7 +159,6 @@ void MwIniImporter::importGameFiles(multistrmap &cfg, multistrmap &ini) {
gameFile = "";
}
multistrmap::iterator it;
cfg.erase("master");
cfg.insert( std::make_pair<std::string, std::vector<std::string> > ("master", std::vector<std::string>() ) );
@ -183,5 +182,3 @@ void MwIniImporter::writeToFile(boost::iostreams::stream<boost::iostreams::file_
}
}
}