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