mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T335, style and CLANG warnings
This commit is contained in:
@@ -115,7 +115,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Last selection
|
||||
struct TSimulatorLastSelection : public BlackMisc::TDataTrait<CSimulatorInfo>
|
||||
struct TSimulatorLastSelection : public TDataTrait<CSimulatorInfo>
|
||||
{
|
||||
//! First load is synchronous
|
||||
static constexpr bool isPinned() { return true; }
|
||||
@@ -128,7 +128,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Last selections
|
||||
struct TSimulatorLastSelections : public BlackMisc::TDataTrait<CSimulatorInfo>
|
||||
struct TSimulatorLastSelections : public TDataTrait<CSimulatorInfo>
|
||||
{
|
||||
//! First load is synchronous
|
||||
static constexpr bool isPinned() { return true; }
|
||||
|
||||
Reference in New Issue
Block a user