From ac4fa272516d648af53be4c088cefcfba400c5f4 Mon Sep 17 00:00:00 2001 From: deseilligny Date: Sun, 26 May 2024 15:55:19 +0200 Subject: [PATCH] better when it compiles some files --- MMVII/include/MMVII_Images.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMVII/include/MMVII_Images.h b/MMVII/include/MMVII_Images.h index 57a142222..5cf683bb9 100755 --- a/MMVII/include/MMVII_Images.h +++ b/MMVII/include/MMVII_Images.h @@ -294,8 +294,8 @@ template class cDataGenUnTypedIm : public cPixBox, typedef cPixBox tPB; const tPB & RO() {return *this;} - typedef cPtxd tPixI - typedef cPtxd tPixR + typedef cPtxd tPixI; + typedef cPtxd tPixR; ; cDataGenUnTypedIm(const cPtxd & aP0,const cPtxd & aP1);