From 2d0ce5fa333c790e1c145641bd7fcfbc1ea567a3 Mon Sep 17 00:00:00 2001 From: Ludovic Hussonnois <ludovic.hussonnois@c-s.fr> Date: Tue, 2 May 2017 11:00:09 +0200 Subject: [PATCH] COMP: Change ITK_SP_NULLPTR to ITK_NULLPTR --- .../AppClassification/app/otbComputeConfusionMatrix.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx b/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx index 5f215b69f1..2506be333b 100644 --- a/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx +++ b/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx @@ -31,6 +31,8 @@ #include "otbContingencyTableCalculator.h" #include "otbContingencyTable.h" +#include "otbMacro.h" + namespace otb { namespace Wrapper @@ -84,7 +86,7 @@ public: private: - Int32ImageType* m_Input = ITK_SP_NULLPTR; + Int32ImageType* m_Input = ITK_NULLPTR; Int32ImageType::Pointer m_Reference; RAMDrivenAdaptativeStreamingManagerType::Pointer m_StreamingManager; otb::ogr::DataSource::Pointer m_OgrRef; -- GitLab