diff --git a/src/test/util/logging.h b/src/test/util/logging.h index 104a21f9228..cd6cb14da0f 100644 --- a/src/test/util/logging.h +++ b/src/test/util/logging.h @@ -27,6 +27,9 @@ public: explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; }); + DebugLogHelper(const DebugLogHelper&) = delete; + DebugLogHelper& operator=(const DebugLogHelper&) = delete; + ~DebugLogHelper(); private: