From 8040fd3f94e40c50662c6729e0bf1264e4c41dfd Mon Sep 17 00:00:00 2001 From: Benjamin Huth Date: Thu, 16 Jan 2025 14:53:50 +0100 Subject: [PATCH] remove double private --- Examples/Framework/include/ActsExamples/Framework/WhiteBoard.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/Framework/include/ActsExamples/Framework/WhiteBoard.hpp b/Examples/Framework/include/ActsExamples/Framework/WhiteBoard.hpp index 775fd938b9a..1021f6a32e9 100644 --- a/Examples/Framework/include/ActsExamples/Framework/WhiteBoard.hpp +++ b/Examples/Framework/include/ActsExamples/Framework/WhiteBoard.hpp @@ -52,7 +52,6 @@ class WhiteBoard { /// the keys in the other whiteboard. void copyFrom(const WhiteBoard& other); - private: private: /// Find similar names for suggestions with levenshtein-distance std::vector similarNames(const std::string_view& name,