mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refactor: Fix clang-tidy modernize-use-override
This commit is contained in:
@@ -27,7 +27,7 @@ namespace swift::misc
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Default constructor.
|
||||
CIdentifierList();
|
||||
CIdentifierList() = default;
|
||||
|
||||
//! Construct from a base class object.
|
||||
CIdentifierList(const CSequence<CIdentifier> &other);
|
||||
|
||||
Reference in New Issue
Block a user