summaryrefslogtreecommitdiff
path: root/decoder/trule.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-11 01:34:57 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-11 01:34:57 +0000
commit73afb7c218f7a10c38a58772a1530a7a99047b90 (patch)
tree3518757b81b2fbcdecde1eed46b5683d023b951d /decoder/trule.cc
parent991969850eede6eca5c8724484175b1f3c0ddeff (diff)
debug cfg from hg, source and target. cdec --source_cfg_output=-
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@507 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/trule.cc')
-rw-r--r--decoder/trule.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/trule.cc b/decoder/trule.cc
index b9494951..a40c4e14 100644
--- a/decoder/trule.cc
+++ b/decoder/trule.cc
@@ -10,7 +10,7 @@
using namespace std;
ostream &operator<<(ostream &o,TRule const& r) {
- o<<r.AsString(true);
+ return o<<r.AsString(true);
}
bool TRule::IsGoal() const {