On Sunday 12 February 2006 05:01 pm, Eckhard Jokisch wrote:
> Hi all,
> is this normal with cvs-HEAD?

> Colour.C:167: error: explicit qualification in declaration of
> `Rosegarden::Colour Rosegarden::getCombinationColour(const
> Rosegarden::Colour&, const Rosegarden::Colour&)'
> make[2]: *** [Colour.lo] Error 1

It looks like you haven't updated your tree in a long time, or else maybe anon 
CVS is lagging way behind again.  We went through all of this so long ago 
that I no longer remember exactly what we went through.

This is current CVS:

    163 // Generic Colour routines:
    164
    165 Colour
    166 getCombinationColour(const Colour &input1, const Colour &input2)
    167 {
    168     Colour ret((input1.getRed()+input2.getRed())/2,
    169                 (input1.getGreen()+input2.getGreen())/2,
    170                 (input1.getBlue()+input2.getBlue())/2);
    171     return ret;
    172
    173 }


-- 
D. Michael 'Silvan' McIntyre  ----   Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621

Author of Rosegarden Companion http://rosegarden.sourceforge.net/tutorial/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to