Skip to content

Commit 2e2f3fa

Browse files
fxdupontRazvan Becheriu
authored and
Razvan Becheriu
committed
[#3490] Missing inheritance
1 parent 1d5f07e commit 2e2f3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/http/testutils/test_http_client.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class TestHttpClient : public BaseTestHttpClient {
334334
typedef boost::shared_ptr<TestHttpClient> TestHttpClientPtr;
335335

336336
/// @brief Entity which can connect to the HTTPS server endpoint.
337-
class TestHttpsClient : public boost::noncopyable {
337+
class TestHttpsClient : public BaseTestHttpClient {
338338
public:
339339

340340
/// @brief Constructor.

0 commit comments

Comments
 (0)