some renaming

This commit is contained in:
Irlan
2019-04-01 11:15:39 -03:00
parent f195e77be7
commit 2e4b7004c9
6 changed files with 19 additions and 19 deletions

View File

@ -59,7 +59,7 @@ public:
// End the top scope.
void EndScope();
private:
friend class RecorderProfiler;
friend class ProfilerRecorder;
ProfilerNode* CreateNode();
void DestroyNode(ProfilerNode* node);