We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e18edf commit b6a9b96Copy full SHA for b6a9b96
src/Modules/Factory/HardCodedModuleFactory.cc
@@ -36,6 +36,7 @@
36
#include <Dataflow/Network/SimpleSourceSink.h>
37
#include <Modules/Factory/ModuleDescriptionLookup.h>
38
39
+using namespace SCIRun::Core::Algorithms;
40
using namespace SCIRun::Dataflow::Networks;
41
using namespace SCIRun::Modules;
42
using namespace Factory;
@@ -103,7 +104,7 @@ void HardCodedModuleFactory::setStateFactory(ModuleStateFactoryHandle stateFacto
103
104
Module::defaultStateFactory_ = stateFactory_;
105
}
106
-void HardCodedModuleFactory::setAlgorithmFactory(Core::Algorithms::AlgorithmFactoryHandle algoFactory)
107
+void HardCodedModuleFactory::setAlgorithmFactory(AlgorithmFactoryHandle algoFactory)
108
{
109
Module::defaultAlgoFactory_ = algoFactory;
110
0 commit comments