Skip to content

Commit b6a9b96

Browse files
committed
Fix
1 parent 4e18edf commit b6a9b96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Modules/Factory/HardCodedModuleFactory.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <Dataflow/Network/SimpleSourceSink.h>
3737
#include <Modules/Factory/ModuleDescriptionLookup.h>
3838

39+
using namespace SCIRun::Core::Algorithms;
3940
using namespace SCIRun::Dataflow::Networks;
4041
using namespace SCIRun::Modules;
4142
using namespace Factory;
@@ -103,7 +104,7 @@ void HardCodedModuleFactory::setStateFactory(ModuleStateFactoryHandle stateFacto
103104
Module::defaultStateFactory_ = stateFactory_;
104105
}
105106

106-
void HardCodedModuleFactory::setAlgorithmFactory(Core::Algorithms::AlgorithmFactoryHandle algoFactory)
107+
void HardCodedModuleFactory::setAlgorithmFactory(AlgorithmFactoryHandle algoFactory)
107108
{
108109
Module::defaultAlgoFactory_ = algoFactory;
109110
}

0 commit comments

Comments
 (0)