From 5cb534c960faed2ed4303cd32f45fa69e4db417e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 16 Nov 2016 23:13:37 +0100 Subject: move is_connecting outside of an ifdef --- louloulibs/network/tcp_socket_handler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'louloulibs') diff --git a/louloulibs/network/tcp_socket_handler.hpp b/louloulibs/network/tcp_socket_handler.hpp index 85c30f5..d5b9c33 100644 --- a/louloulibs/network/tcp_socket_handler.hpp +++ b/louloulibs/network/tcp_socket_handler.hpp @@ -103,9 +103,9 @@ private: */ void raw_send(std::string&& data); -#ifdef BOTAN_FOUND protected: virtual bool is_connecting() const = 0; +#ifdef BOTAN_FOUND /** * Create the TLS::Client object, with all the callbacks etc. This must be * called only when we know we are able to send TLS-encrypted data over -- cgit v1.2.3