[Wavelet-commit] Wavelet StillImage.cc,1.9,1.10
Status: Beta
Brought to you by:
herbert
From: Johan H. E. <bo...@us...> - 2006-04-14 11:47:11
|
Update of /cvsroot/wavelet/Wavelet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21437 Modified Files: StillImage.cc Log Message: Minor change in StillImage.cc due to VC6 disliking. Index: StillImage.cc =================================================================== RCS file: /cvsroot/wavelet/Wavelet/StillImage.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** StillImage.cc 8 Mar 2006 17:14:57 -0000 1.9 --- StillImage.cc 14 Apr 2006 11:47:06 -0000 1.10 *************** *** 139,143 **** { DELETENOTNULL (ir); ! throw; } m_ysize = m_coeffs->rows (); --- 139,143 ---- { DELETENOTNULL (ir); ! throw error; } m_ysize = m_coeffs->rows (); *************** *** 211,215 **** { DELETENOTNULL (iw); ! throw; } --- 211,215 ---- { DELETENOTNULL (iw); ! throw error; } |