[cgkit-commits] cgkit2/supportlib/include arrayslot.h,1.5,1.6
Brought to you by:
mbaas
|
From: Matthias B. <mb...@us...> - 2005-05-03 13:50:07
|
Update of /cvsroot/cgkit/cgkit2/supportlib/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7050/include Modified Files: arrayslot.h Log Message: Removed a warning under Linux Index: arrayslot.h =================================================================== RCS file: /cvsroot/cgkit/cgkit2/supportlib/include/arrayslot.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** arrayslot.h 12 Apr 2005 16:04:49 -0000 1.5 --- arrayslot.h 3 May 2005 13:49:59 -0000 1.6 *************** *** 538,542 **** index = target.size()+index; ! short mult = multiplicity(); // Copy the values... --- 538,542 ---- index = target.size()+index; ! // short mult = multiplicity(); // Copy the values... |