diff options
Diffstat (limited to 'decoder/trule.cc')
-rw-r--r-- | decoder/trule.cc | 2 |
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 { |