summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbfracture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/mcs/verbfracture.h')
-rw-r--r--src/ToolBox/superpmi/mcs/verbfracture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ToolBox/superpmi/mcs/verbfracture.h b/src/ToolBox/superpmi/mcs/verbfracture.h
index feddbe1908..f156be198d 100644
--- a/src/ToolBox/superpmi/mcs/verbfracture.h
+++ b/src/ToolBox/superpmi/mcs/verbfracture.h
@@ -12,6 +12,7 @@
class verbFracture
{
public:
- static int DoWork(const char *nameOfInput1, const char *nameOfOutput, int indexCount, const int *indexes, bool stripCR);
+ static int DoWork(
+ const char* nameOfInput1, const char* nameOfOutput, int indexCount, const int* indexes, bool stripCR);
};
#endif