From f44d36b05e43cabde31aeaba5d25fded140345a1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 27 Jan 2023 19:42:08 +0100 Subject: Added diff.cpp --- connectionregistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectionregistry.cpp') diff --git a/connectionregistry.cpp b/connectionregistry.cpp index 1e48a96..11a538b 100644 --- a/connectionregistry.cpp +++ b/connectionregistry.cpp @@ -61,7 +61,7 @@ std::unordered_set::iterator ConnectionRegistry: return m_ids.at(id).end(); } -void ConnectionRegistry::dump() +void ConnectionRegistry::dump() const { std::cout << "Connection Registry:" << std::endl; -- cgit v1.2.3