mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -76,7 +76,7 @@ namespace swift::misc
|
||||
swift::misc::CCrashInfo m_crashAndLogInfo; //!< info representing details
|
||||
swift::misc::CDigestSignal m_dsCrashAndLogInfo { this, &CCrashHandler::triggerCrashInfoWrite, 10000, 5 };
|
||||
|
||||
#ifdef BLACK_USE_CRASHPAD
|
||||
#ifdef SWIFT_USE_CRASHPAD
|
||||
std::unique_ptr<crashpad::CrashpadClient> m_crashpadClient;
|
||||
std::unique_ptr<crashpad::CrashReportDatabase> m_crashReportDatabase;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user