src: renamed "non_indexed" node type to "symbol"

This commit is contained in:
mlangkabel
2017-11-23 17:36:42 +01:00
parent a318ed1a40
commit d1b6667ac6
13 changed files with 54 additions and 55 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ NodeType StorageAccessProxy::getNodeTypeForNodeWithId(Id id) const
{
return m_subject->getNodeTypeForNodeWithId(id);
}
return NodeType(NodeType::NODE_NON_INDEXED);
return NodeType(NodeType::NODE_SYMBOL);
}
Id StorageAccessProxy::getIdForEdge(