diff --git a/MMVII/include/MMVII_Images.h b/MMVII/include/MMVII_Images.h index 57a142222f..5cf683bb9b 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);