mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refactor: Fix clang-tidy modernize-use-override
This commit is contained in:
@@ -45,7 +45,7 @@ namespace swift::misc
|
||||
static bool canHandleIndex(CPropertyIndexRef index);
|
||||
|
||||
//! Constructor
|
||||
IOrderable();
|
||||
IOrderable() = default;
|
||||
|
||||
//! Constructor
|
||||
IOrderable(int order);
|
||||
|
||||
Reference in New Issue
Block a user