mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refactor: Fix clang-tidy modernize-use-override
This commit is contained in:
@@ -30,7 +30,7 @@ namespace swift::misc
|
||||
using CMessageBase::CMessageBase;
|
||||
|
||||
//! Construct a message with the "uncategorized" category.
|
||||
CLogMessage();
|
||||
CLogMessage() = default;
|
||||
|
||||
//! Constructor taking filename, line number, and function name, for uncategorized verbose debug messages.
|
||||
CLogMessage(const char *file, int line, const char *function);
|
||||
|
||||
Reference in New Issue
Block a user