summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbsmarty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/mcs/verbsmarty.h')
-rw-r--r--src/ToolBox/superpmi/mcs/verbsmarty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBox/superpmi/mcs/verbsmarty.h b/src/ToolBox/superpmi/mcs/verbsmarty.h
index 994695da79..c595ecbf4e 100644
--- a/src/ToolBox/superpmi/mcs/verbsmarty.h
+++ b/src/ToolBox/superpmi/mcs/verbsmarty.h
@@ -14,7 +14,7 @@ class verbSmarty
public:
verbSmarty(HANDLE hFile);
void DumpTestInfo(int testID);
- static int DoWork(const char *nameOfInput, const char *nameofOutput, int indexCount, const int *indexes);
+ static int DoWork(const char* nameOfInput, const char* nameofOutput, int indexCount, const int* indexes);
private:
HANDLE m_hFile;