From 1cf3459a7acb9dfe6f7c07546c84a159fa2dca04 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Tue, 3 Feb 2015 16:57:37 +0100 Subject: [PATCH] COMP: Wrong member name --- Code/IO/otbJPEG2000ImageIO.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/IO/otbJPEG2000ImageIO.cxx b/Code/IO/otbJPEG2000ImageIO.cxx index 01157429cb..8e0489847a 100644 --- a/Code/IO/otbJPEG2000ImageIO.cxx +++ b/Code/IO/otbJPEG2000ImageIO.cxx @@ -773,7 +773,7 @@ JPEG2000ImageIO::JPEG2000ImageIO() m_ResolutionFactor = 1; - m_TileCacheSizeInByte = 0; + m_CacheSizeInByte = 0; } JPEG2000ImageIO::~JPEG2000ImageIO() -- GitLab