rename ShowCacheStats to wxStrCacheStatsDumper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -637,7 +637,7 @@ private:
|
||||
lenhits; // number of cache hits in length()
|
||||
} ms_cacheStats;
|
||||
|
||||
friend struct ShowCacheStats;
|
||||
friend struct wxStrCacheStatsDumper;
|
||||
|
||||
#define wxCACHE_PROFILE_FIELD_INC(field) ms_cacheStats.field++
|
||||
#define wxCACHE_PROFILE_FIELD_ADD(field, val) ms_cacheStats.field += (val)
|
||||
|
Reference in New Issue
Block a user