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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-11-12 16:12:25 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-11-12 16:12:25 +0300
commit28eee66d6ed38a3d1eea1114df2cdedbacd16f90 (patch)
tree0eb48a5c740c6c33ecc3e57cd49480341908e705 /moses/ExportInterface.cpp
parentbd73cfd377cd93d57a209a3814316198236ebb8c (diff)
parentdad1bd6127115cda89158c4c8fcf35cc4451218c (diff)
Merge ../mosesdecoder into perf_moses2
Diffstat (limited to 'moses/ExportInterface.cpp')
-rw-r--r--moses/ExportInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ExportInterface.cpp b/moses/ExportInterface.cpp
index a82736351..a6d6a4290 100644
--- a/moses/ExportInterface.cpp
+++ b/moses/ExportInterface.cpp
@@ -293,7 +293,7 @@ batch_run()
}
/** Called by main function of the command line version of the decoder **/
-int decoder_main(int argc, char** argv)
+int decoder_main(int argc, char const** argv)
{
#ifdef NDEBUG
try