forked from lix-project/lix
Merge pull request #9848 from obsidiansystems/default-system-features-static
Make `StoreConfig::getDefaultSystemFeatures` a static method (cherry picked from commit5a9513cdba
) Change-Id:Ia9c0ae2b7de419bd60aea8bf905154b96c428276
This commit is contained in:
parent
50ef364dbe
commit
78422bdbab
|
@ -105,7 +105,7 @@ struct StoreConfig : public Config
|
|||
|
||||
StoreConfig() = delete;
|
||||
|
||||
StringSet getDefaultSystemFeatures();
|
||||
static StringSet getDefaultSystemFeatures();
|
||||
|
||||
virtual ~StoreConfig() { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue