diff -r 7cd965d2257f -r e99385bca9fe lemon/color.h --- a/lemon/color.h Thu Apr 03 11:10:49 2008 +0100 +++ b/lemon/color.h Thu Apr 03 11:26:19 2008 +0100 @@ -119,7 +119,7 @@ ///\param have_white indicates whether white is amongst the ///provided color (\c true) or not (\c false). If it is true, ///white will be assigned to \c 0. - Palette(int num=-1,bool have_white=false) + Palette(bool have_white=false,int num=-1) { if (num==0) return; do {