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>2013-10-31 01:23:16 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-10-31 01:23:16 +0400
commitb926346bfe6cbb6b16b034b2c451d855638c998e (patch)
tree987eb6d81eb01bc13a49369560fbf96e92025261 /moses/OutputCollector.h
parent36a8bb50df80ba3d722f35787daf2ea0fb8696a6 (diff)
compiles with eclipse under OSX Mavericks
Diffstat (limited to 'moses/OutputCollector.h')
-rw-r--r--moses/OutputCollector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/OutputCollector.h b/moses/OutputCollector.h
index 5f72433d8..22cfb46a6 100644
--- a/moses/OutputCollector.h
+++ b/moses/OutputCollector.h
@@ -62,7 +62,7 @@ public:
}
bool OutputIsCout() const {
- return (m_outStream == std::cout);
+ return (m_outStream == &std::cout);
}
/**