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

Make `StoreConfig::getDefaultSystemFeatures` a static method

(cherry picked from commit 5a9513cdbae31ea5e6f6e7afa7b3c2e3a9a26474)
Change-Id: Ia9c0ae2b7de419bd60aea8bf905154b96c428276
This commit is contained in:
eldritch horrors 2024-03-04 08:47:55 +01:00
parent 50ef364dbe
commit 78422bdbab

View file

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