mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Switch to resource path type thingies for specifying flux file types, where
appropriate. Much better.
This commit is contained in:
@@ -8,7 +8,7 @@ class KryofluxFluxSource : public FluxSource
|
||||
{
|
||||
public:
|
||||
KryofluxFluxSource(const KryofluxFluxSourceProto& config):
|
||||
_path(config.path())
|
||||
_path(config.directory())
|
||||
{}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user