mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
refs #659 Use constexpr with isPinned method of data cache traits.
This commit is contained in:
@@ -128,7 +128,7 @@ namespace BlackCore
|
||||
static const char *key() { return "vatsim"; }
|
||||
|
||||
//! First load is synchronous
|
||||
static bool isPinned() { return true; }
|
||||
static constexpr bool isPinned() { return true; }
|
||||
|
||||
//! Default value
|
||||
static const CVatsimSetup &defaultValue()
|
||||
|
||||
Reference in New Issue
Block a user