diff options
Diffstat (limited to 'src/node.cc')
-rw-r--r-- | src/node.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc index c28dff0..f48e763 100644 --- a/src/node.cc +++ b/src/node.cc @@ -72,7 +72,7 @@ Response AbstractPolyNode::accept(const class State &state, Visitor &visitor) co QString AbstractNode::mk_cache_id() const { QString cache_id = dump(); - // Remove all node class names and whitespace + // Remove all node indices and whitespace cache_id.remove(QRegExp("[a-zA-Z_][a-zA-Z_0-9]*:")); cache_id.remove(' '); cache_id.remove('\t'); |