Switch to resource path type thingies for specifying flux file types, where

appropriate. Much better.
This commit is contained in:
David Given
2021-05-18 00:40:16 +02:00
parent b1145f8da3
commit c79feb405c
5 changed files with 42 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ class KryofluxFluxSource : public FluxSource
{
public:
KryofluxFluxSource(const KryofluxFluxSourceProto& config):
_path(config.path())
_path(config.directory())
{}
public: