(svn r22977) -Codechange: Rename SetCachedEngineCounts() to GroupStatistics::UpdateAfterLoad().

This commit is contained in:
frosch
2011-10-03 17:20:56 +00:00
parent c531453320
commit 4961cd06a9
5 changed files with 44 additions and 42 deletions

View File

@@ -30,6 +30,8 @@ struct GroupStatistics {
~GroupStatistics();
void Clear();
static void UpdateAfterLoad();
};
/** Group data. */