summaryrefslogtreecommitdiff
path: root/src/ast/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r--src/ast/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp
index fed46d0c..2edb4fad 100644
--- a/src/ast/path.cpp
+++ b/src/ast/path.cpp
@@ -33,7 +33,7 @@ bool PathNode::operator==(const PathNode& x) const
os << pn.m_name;
if( pn.m_params.size() )
{
- os << "<";
+ os << "::<";
os << pn.m_params;
os << ">";
}