remove a const introduced in 2008-05-02T19:58:37Z!kailoran@gmail.com, which blocked compilation

This commit is contained in:
Ali El Gariani 2008-05-02 21:11:29 +00:00
parent 8538cb42b7
commit fc1003def5

View file

@ -1950,7 +1950,7 @@ private:
return get_command(cmd) != 0;
}
//actual work function
void dispatch(const std::string& cmd)
void dispatch(std::string cmd)
{
if (empty()) {
init_map_default();