Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/src/cmd.h')
-rw-r--r--mgizapp/src/cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/src/cmd.h b/mgizapp/src/cmd.h
index a314f41..2e61bba 100644
--- a/mgizapp/src/cmd.h
+++ b/mgizapp/src/cmd.h
@@ -33,7 +33,7 @@ extern "C" {
#endif
#if defined(__STDC__) || defined(WIN32)
-int DeclareParams(char *, ...);
+int DeclareParams(const char *, ...);
#else
int DeclareParams();