summaryrefslogtreecommitdiff
path: root/gio/src/socketaddressenumerator.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/socketaddressenumerator.ccg')
-rw-r--r--gio/src/socketaddressenumerator.ccg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/socketaddressenumerator.ccg b/gio/src/socketaddressenumerator.ccg
index 4e4e921d..278a8bfa 100644
--- a/gio/src/socketaddressenumerator.ccg
+++ b/gio/src/socketaddressenumerator.ccg
@@ -32,7 +32,7 @@ SocketAddressEnumerator::next_async(
auto slot_copy = new SlotAsyncReady(slot);
g_socket_address_enumerator_next_async(
- gobj(), Glib::unwrap(cancellable), &SignalProxy_async_callback, slot_copy);
+ gobj(), Glib::unwrap(cancellable), &giomm_SignalProxy_async_callback, slot_copy);
}
} // namespace Gio