aboutsummaryrefslogtreecommitdiffstats
path: root/apps/hiperf/src/client.h
diff options
context:
space:
mode:
authorMichele Papalini <micpapal@cisco.com>2023-02-01 17:25:21 +0100
committerMauro Sardara <msardara@cisco.com>2023-02-09 13:21:57 +0000
commitabf7c63f1cb45276f379770319ddb537104022e8 (patch)
tree47db40aa56e9e9e6078655d6726567082270991f /apps/hiperf/src/client.h
parentfaa24848413c5a07b59870c8c6aca3af5dffd581 (diff)
fix(apps): fix issues reported by sonarqube
Ref: HICN-836 Signed-off-by: Michele Papalini <micpapal@cisco.com> Change-Id: Ie76771ca75bd224084ce3c893aba661b97064419 (cherry picked from commit b96d1545a8d2a173dc5911ed0bca3e04dbb02176)
Diffstat (limited to 'apps/hiperf/src/client.h')
-rw-r--r--apps/hiperf/src/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/hiperf/src/client.h b/apps/hiperf/src/client.h
index c4c6bc2ae..beecbd473 100644
--- a/apps/hiperf/src/client.h
+++ b/apps/hiperf/src/client.h
@@ -20,7 +20,7 @@
namespace hiperf {
-class HIperfClient : private ::utils::NonCopyable {
+class HIperfClient : public ::utils::NonCopyable {
public:
explicit HIperfClient(const ClientConfiguration &conf);
@@ -33,4 +33,4 @@ class HIperfClient : private ::utils::NonCopyable {
std::unique_ptr<Impl> impl_;
};
-} // namespace hiperf \ No newline at end of file
+} // namespace hiperf