2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#3490] Missing inheritance

This commit is contained in:
Francis Dupont
2024-08-04 15:34:26 +02:00
committed by Razvan Becheriu
parent 1d5f07e1a5
commit 2e2f3fa454

View File

@@ -334,7 +334,7 @@ private:
typedef boost::shared_ptr<TestHttpClient> TestHttpClientPtr;
/// @brief Entity which can connect to the HTTPS server endpoint.
class TestHttpsClient : public boost::noncopyable {
class TestHttpsClient : public BaseTestHttpClient {
public:
/// @brief Constructor.