From 52007ff0a9039ed3324f88c21451f430edb445bb Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 5 Oct 2023 17:33:07 +0200 Subject: [PATCH] Cleanup --- cpp/piscsi/statistics_collector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/piscsi/statistics_collector.h b/cpp/piscsi/statistics_collector.h index f7fa647ef5..ed384b788b 100644 --- a/cpp/piscsi/statistics_collector.h +++ b/cpp/piscsi/statistics_collector.h @@ -13,8 +13,9 @@ class StatisticsCollector { + friend class PiscsiResponse; -public: +private: StatisticsCollector() = default; ~StatisticsCollector() = default;