From b8d14f135fd35f377e5a48d2d676b5951e219d71 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 18 Apr 2017 18:18:58 +0200 Subject: Gio::Socket: Move enums into class. --- tests/giomm_tls_client/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/giomm_tls_client/main.cc b/tests/giomm_tls_client/main.cc index e53c24bb..a4ec05cc 100644 --- a/tests/giomm_tls_client/main.cc +++ b/tests/giomm_tls_client/main.cc @@ -77,7 +77,7 @@ main(int, char**) << std::endl; auto socket = Gio::Socket::create( - first_inet_address->get_family(), Gio::SocketType::STREAM, Gio::SocketProtocol::TCP); + first_inet_address->get_family(), Gio::Socket::Type::STREAM, Gio::Socket::Protocol::TCP); auto address = Gio::InetSocketAddress::create(first_inet_address, 443); -- cgit v1.2.1