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:
committed by
Razvan Becheriu
parent
1d5f07e1a5
commit
2e2f3fa454
@@ -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.
|
||||
|
Reference in New Issue
Block a user