extractMapInfo now passes queue by value so parser can use it
This commit is contained in:
@@ -94,7 +94,7 @@ EntityConverter::EntityConverter(const std::string &entityMapFile,
|
||||
*--------------------------------------------------------------------------------------
|
||||
*/
|
||||
void
|
||||
EntityConverter::extractMapInfo(std::queue<std::vector<std::string>> &entities)
|
||||
EntityConverter::extractMapInfo(std::queue<std::vector<std::string>> entities)
|
||||
{
|
||||
if( haveMapInfo_ ) {
|
||||
std::cerr << "Map info already extracted, doing nothing" << std::endl;
|
||||
|
Reference in New Issue
Block a user