dtinfo subtree DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
b92cf08899
commit
8c8363f4a5
@@ -64,7 +64,7 @@ unsigned int PathTerm::operator ==(const PathTerm&)
|
||||
|
||||
ostream& operator <<(ostream& out, PathTerm& pt)
|
||||
{
|
||||
out << pt.symbol() << " (" << int(pt.f_PQExpr) << ") ";
|
||||
out << pt.symbol() << " (" << size_t(pt.f_PQExpr) << ") ";
|
||||
return out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user