connnection::actions(): Take agent&

This commit is contained in:
Petr Baudis 2011-11-27 03:25:16 +01:00
parent 415475cd26
commit e22c57c97f
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ agent::on_action_takes(void)
if (!conn)
return;
conn->actions(this);
conn->actions(*this);
}
void