Skip to content
Snippets Groups Projects
Commit 4369f2ac authored by OTB Bot's avatar OTB Bot
Browse files

Correction sur l'erreur...

Correction sur l'erreur Code\BasicFilters\otbContinuousMinimumMaximumImageCalculator.h(65) : error C2146: syntax error : missing ';' before identifier 'Superclass'
parent 9507e5dc
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ namespace otb
public:
/** Standard class typedefs. */
typedef ContinuousMinimumMaximumImageCalculator Self;
typedef Object Superclass;
typedef itk::Object Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......@@ -70,7 +70,7 @@ namespace otb
itkNewMacro(Self);
/** Run-time type information (and related methods). */
itkTypeMacro(ContinuousMinimumMaximumImageCalculator, itk::MinimumMaximumImageCalculator);
itkTypeMacro(ContinuousMinimumMaximumImageCalculator, Object);
/** Type definition for the input image. */
typedef TInputImage ImageType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment