Skip to content
Snippets Groups Projects
Commit bcfb9d23 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed stray & character.

parent d08f68a5
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ void FindUsages::operator()(Symbol *symbol)
_declSymbol = symbol;
_id = 0;
if (_declSymbol && 0 != & (_id = _declSymbol->identifier()))
if (_declSymbol && 0 != (_id = _declSymbol->identifier()))
_id = _doc->control()->findOrInsertIdentifier(_id->chars(), _id->size());
if (_id) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment