mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Use first() function
This commit is contained in:
parent
5913ec026f
commit
f0223fbadf
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ public:
|
|||
if (auto const & list = info.addresses();
|
||||
!list.isEmpty())
|
||||
{
|
||||
host_ = list.at(0);
|
||||
host_ = list.first();
|
||||
|
||||
ping();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue