summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/superpmi/methodstatsemitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/superpmi/methodstatsemitter.h')
-rw-r--r--src/ToolBox/superpmi/superpmi/methodstatsemitter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ToolBox/superpmi/superpmi/methodstatsemitter.h b/src/ToolBox/superpmi/superpmi/methodstatsemitter.h
index fb651b04b2..7b03ddeea5 100644
--- a/src/ToolBox/superpmi/superpmi/methodstatsemitter.h
+++ b/src/ToolBox/superpmi/superpmi/methodstatsemitter.h
@@ -16,14 +16,14 @@ class MethodStatsEmitter
{
private:
- char *statsTypes;
+ char* statsTypes;
HANDLE hStatsFile;
public:
- MethodStatsEmitter(char *nameOfInput);
+ MethodStatsEmitter(char* nameOfInput);
~MethodStatsEmitter();
- void Emit(int methodNumber, MethodContext *mc, ULONGLONG firstTime, ULONGLONG secondTime);
- void SetStatsTypes(char *types);
+ void Emit(int methodNumber, MethodContext* mc, ULONGLONG firstTime, ULONGLONG secondTime);
+ void SetStatsTypes(char* types);
};
#endif \ No newline at end of file