From f71e0a89fb4b71efde8408ce75e9d4e878fb9ad1 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 3 Apr 2015 11:39:54 +0200 Subject: [PATCH] Make CContainerBase::compare public This workarounds a cppcheck warning. The method was not unused, but cppcheck was complaining. --- src/blackmisc/containerbase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blackmisc/containerbase.h b/src/blackmisc/containerbase.h index 23bba90e2..7cda3d6f5 100644 --- a/src/blackmisc/containerbase.h +++ b/src/blackmisc/containerbase.h @@ -57,6 +57,8 @@ namespace BlackMisc template