Fix warning emitted by clang. (#1173)

This commit is contained in:
Simon Martin 2018-04-15 20:40:24 +02:00 committed by amai2012
parent 9a0756c13f
commit 5c1540915d
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public:
return fileName < other.fileName;
if (symbolName != other.symbolName)
return symbolName < other.symbolName;
return false;
};
/**