Fix deprecated warnings in servers

Issue #1987
This commit is contained in:
Christian Helmuth
2017-05-02 17:35:01 +02:00
parent f41d8d6b14
commit 1828f70037
3 changed files with 23 additions and 10 deletions

View File

@ -382,7 +382,7 @@ struct Input_filter::Main : Input_connection::Avail_handler,
input_node.attribute_value("label", Label());
try {
Input_connection &conn = *new (_heap)
new (_heap)
Registered<Input_connection>(_input_connections, _env,
label, *this, _heap);