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>2014-10-03 19:08:15 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-10-03 19:08:15 +0400
commit2f290f1d6d84be68540c5b1d3ada7fa6c133c2ff (patch)
treecd4bd25d6974849f2c977a686201a768df32a135 /moses-cmd
parent65bd64ca6ab7b3e5ad54e3fc981173fc9fd0744c (diff)
standardize GetIOWrapper().
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp
index 398a3a824..994837d4a 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -116,7 +116,7 @@ int main(int argc, char** argv)
srand(time(NULL));
// set up read/writing class
- IOWrapper* ioWrapper = GetIOWrapper(staticData);
+ IOWrapper* ioWrapper = IOWrapper::GetIOWrapper(staticData);
if (!ioWrapper) {
cerr << "Error; Failed to create IO object" << endl;
exit(1);