Skip to content
Snippets Groups Projects
Commit 2d0ce5fa authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

COMP: Change ITK_SP_NULLPTR to ITK_NULLPTR

parent 57f8a0f3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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