Skip to content
Snippets Groups Projects
Commit 378749b1 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: GenericKernelFunctorBase is actually the Self, not Superclass

parent 3f4f4a89
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ public:
{
}
typedef GenericKernelFunctorBase Superclass;
typedef GenericKernelFunctorBase Self;
typedef std::map<std::string, std::string> MapType;
typedef MapType::iterator MapIterator;
typedef MapType::const_iterator MapConstIterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment