commit | 5548c049b87863bd64ae1b08157e144f0e766586 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 04 19:10:09 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 04 19:10:09 2012 -0700 |
tree | 6ace4f68451b1488d633ee682a1f8bf093c9ffef | |
parent | 03ec7bf65a1f1dd23f20fcb355f2740e58ec07ca [diff] [blame] |
Solving bug with interest-table
diff --git a/include/sync-leaf.h b/include/sync-leaf.h index 95dff55..345be46 100644 --- a/include/sync-leaf.h +++ b/include/sync-leaf.h
@@ -75,7 +75,7 @@ inline std::ostream & operator << (std::ostream &os, const Leaf &leaf) { - os << leaf.getInfo () << "(" << leaf.getSeq () << ")"; + os << *leaf.getInfo () << "(" << leaf.getSeq () << ")"; return os; }