Skip to content
Snippets Groups Projects
Commit 9ffd0b4e authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Fixing wrong inheritance

parent 1a13455c
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
#include "itkObject.h"
#include "otbImageIOBase.h"
#include "itkImageIOFactory.h"
namespace otb
{
......@@ -39,7 +38,7 @@ public:
/** Class Methods used to interface with the registered factories */
/** Run-time type information (and related methods). */
itkTypeMacro(ImageIOFactory, itk::ImageIOFactory);
itkTypeMacro(ImageIOFactory, itk::Object);
/** Convenient typedefs. */
typedef ::otb::ImageIOBase::Pointer ImageIOBasePointer;
......
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