[Nice-commit] Nice/debian changelog,1.188,1.189
Brought to you by:
bonniot
From: <bo...@us...> - 2003-07-15 20:11:54
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv29484/debian Modified Files: changelog Log Message: Clarified that using a wrong name for a default implementation is an error. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.188 retrieving revision 1.189 diff -C2 -d -r1.188 -r1.189 *** changelog 15 Jul 2003 15:03:11 -0000 1.188 --- changelog 15 Jul 2003 20:11:51 -0000 1.189 *************** *** 12,16 **** foo(bar) = "equal to bar"; foo(n>bar) = "larger than bar"; ! * The names of the arguments of a default implementation of a method should be the same as the names in the declaration. void foo(int number); --- 12,16 ---- foo(bar) = "equal to bar"; foo(n>bar) = "larger than bar"; ! * The names of the arguments of a default implementation of a method must be the same as the names in the declaration. void foo(int number); |