mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra namespace
This commit is contained in:
parent
5578c3226a
commit
a342940d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ bool Page::Socket::Connection::is_active(
|
|||
bool Page::Socket::Connection::close(
|
||||
Glib::RefPtr<Gio::SocketConnection> & connection
|
||||
) {
|
||||
if (Socket::Connection::is_active(connection))
|
||||
if (is_active(connection))
|
||||
{
|
||||
if (connection->close())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue