src: replaced references to NODE_FILE with call to isFile
This commit is contained in:
@@ -219,7 +219,7 @@ void SearchMatch::print(std::ostream& ostream) const
|
||||
|
||||
std::string SearchMatch::getFullName() const
|
||||
{
|
||||
if (searchType == SEARCH_TOKEN && nodeType.getType() == NodeType::NODE_FILE)
|
||||
if (searchType == SEARCH_TOKEN && nodeType.isFile())
|
||||
{
|
||||
return text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user