remove a const introduced in 2008-05-02T19:58:37Z!kailoran@gmail.com, which blocked compilation
This commit is contained in:
parent
8538cb42b7
commit
fc1003def5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue