mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T218, renamed some functions of CIdentifier
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackMisc
|
||||
{
|
||||
bool contained = il.containsBy([ = ] (const CIdentifier &ident)
|
||||
{
|
||||
return identifier.isFromSameMachine(ident);
|
||||
return identifier.hasSameMachineName(ident);
|
||||
});
|
||||
if (!contained) { il.push_back(identifier); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user