processor_factory registration missing namespace
parent
dc6bd56b
No related branches found
No related tags found
This commit is part of merge request !126. Comments created here will be created in the context of that merge request.
... | @@ -178,7 +178,7 @@ inline std::string ProcessorFactory::getClass() | ... | @@ -178,7 +178,7 @@ inline std::string ProcessorFactory::getClass() |
#define WOLF_REGISTER_PROCESSOR(ProcessorType, ProcessorName) \ | #define WOLF_REGISTER_PROCESSOR(ProcessorType, ProcessorName) \ | ||
namespace{ const bool ProcessorName##Registered = \ | namespace{ const bool ProcessorName##Registered = \ | ||
ProcessorFactory::get().registerCreator(ProcessorType, ProcessorName::create); }\ | wolf::ProcessorFactory::get().registerCreator(ProcessorType, ProcessorName::create); }\ | ||
|
|||
} /* namespace wolf */ | } /* namespace wolf */ | ||
... | ... |