summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbconcat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/mcs/verbconcat.h')
-rw-r--r--src/ToolBox/superpmi/mcs/verbconcat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBox/superpmi/mcs/verbconcat.h b/src/ToolBox/superpmi/mcs/verbconcat.h
index 26e55857bd..85674ff7d9 100644
--- a/src/ToolBox/superpmi/mcs/verbconcat.h
+++ b/src/ToolBox/superpmi/mcs/verbconcat.h
@@ -12,6 +12,6 @@
class verbConcat
{
public:
- static int DoWork(const char *nameOfFile1, const char *nameOfFile2);
+ static int DoWork(const char* nameOfFile1, const char* nameOfFile2);
};
#endif