summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbremovedup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/mcs/verbremovedup.h')
-rw-r--r--src/ToolBox/superpmi/mcs/verbremovedup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBox/superpmi/mcs/verbremovedup.h b/src/ToolBox/superpmi/mcs/verbremovedup.h
index ab0cb98692..e4cbad841a 100644
--- a/src/ToolBox/superpmi/mcs/verbremovedup.h
+++ b/src/ToolBox/superpmi/mcs/verbremovedup.h
@@ -12,6 +12,6 @@
class verbRemoveDup
{
public:
- static int DoWork(const char *nameOfInput1, const char *nameOfOutput, bool stripCR, bool legacyCompare);
+ static int DoWork(const char* nameOfInput1, const char* nameOfOutput, bool stripCR, bool legacyCompare);
};
#endif