aboutsummaryrefslogtreecommitdiffstats
path: root/apps/hiperf/src/client.h
diff options
context:
space:
mode:
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