mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
remove extra namespace
This commit is contained in:
parent
5578c3226a
commit
a342940d2c
@ -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…
x
Reference in New Issue
Block a user