Fix compiler warning by useless semicolon
This commit is contained in:
parent
3ad8fa5288
commit
fe1b1d537e
|
@ -73,7 +73,7 @@ public:
|
|||
if (symbolName != other.symbolName)
|
||||
return symbolName < other.symbolName;
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Parse inline suppression in comment
|
||||
|
|
Loading…
Reference in New Issue