Merge pull request #9848 from obsidiansystems/default-system-features-static

Make `StoreConfig::getDefaultSystemFeatures` a static method
This commit is contained in:
Théophane Hufschmitt 2024-01-25 16:05:57 +01:00 committed by GitHub
commit 5a9513cdba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ struct StoreConfig : public StoreDirConfig
StoreConfig() = delete;
StringSet getDefaultSystemFeatures();
static StringSet getDefaultSystemFeatures();
virtual ~StoreConfig() { }