From b78a459613320d5c45052ece08de55a574104530 Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 3 Oct 2011 17:20:56 +0000 Subject: (svn r22977) -Codechange: Rename SetCachedEngineCounts() to GroupStatistics::UpdateAfterLoad(). --- src/group.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/group.h') diff --git a/src/group.h b/src/group.h index e28d36120..2b6e72492 100644 --- a/src/group.h +++ b/src/group.h @@ -30,6 +30,8 @@ struct GroupStatistics { ~GroupStatistics(); void Clear(); + + static void UpdateAfterLoad(); }; /** Group data. */ -- cgit v1.2.3-54-g00ecf