From: jean-pierre roux Date: Wed, 17 Feb 2010 17:52:21 +0000 (+0000) Subject: fix mistyping X-Git-Tag: CREATOOLS.2-0-3~4 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=commitdiff_plain;h=a1afa4e3ec3d6e40b7d6cfd914baa8747abab891 fix mistyping --- diff --git a/lib/CheckBoard.cpp b/lib/CheckBoard.cpp index a0ae2d7..34a6749 100644 --- a/lib/CheckBoard.cpp +++ b/lib/CheckBoard.cpp @@ -4,17 +4,15 @@ * Constructor */ //------------------------------------------------------------ -CheckBoard::CheckBoard() -: // use 'Initialization List'! //JPR - image1(NULL); - image2(NULL); - squaresX(0); - squaresY(0); - newImage(NULL); - processed(false); - newImage(NULL); - resample(NULL); - result(NULL); +CheckBoard::CheckBoard() : + image1(NULL), + image2(NULL), + squaresX(0), + squaresY(0), + newImage(NULL), + processed(false), + resample(NULL), + result(NULL) { /* image1=NULL;