lemon/color.h
changeset 129 e99385bca9fe
parent 128 7cd965d2257f
child 133 d76e2ff9c70d
     1.1 --- a/lemon/color.h	Thu Apr 03 11:10:49 2008 +0100
     1.2 +++ b/lemon/color.h	Thu Apr 03 11:26:19 2008 +0100
     1.3 @@ -119,7 +119,7 @@
     1.4      ///\param have_white indicates whether white is amongst the
     1.5      ///provided color (\c true) or not (\c false). If it is true,
     1.6      ///white will be assigned to \c 0.
     1.7 -    Palette(int num=-1,bool have_white=false)
     1.8 +    Palette(bool have_white=false,int num=-1)
     1.9      {
    1.10        if (num==0) return;
    1.11        do {