]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3490] Missing inheritance
authorFrancis Dupont <fdupont@isc.org>
Sun, 4 Aug 2024 13:34:26 +0000 (15:34 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 8 Aug 2024 19:39:03 +0000 (19:39 +0000)
src/lib/http/testutils/test_http_client.h

index dd8b8bea8902b6dedde806e92449b421a592272c..3b7b8219fc07951b37ac100a7788d097dbc178b4 100644 (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.