@ -910,7 +910,7 @@ bool CommandLineInterface::InterpretArgument(const string& name,
cerr << disk_path << ": warning: directory does not exist." << endl;
}
proto_path_.push_back(make_pair<string, string>(virtual_path.c_str(), disk_path.c_str()));
proto_path_.push_back(pair<string, string>(virtual_path, disk_path));
} else if (name == "-o" || name == "--descriptor_set_out") {