X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0edecea489b62db69eb74ca8f7623132cceab54..0800eb846c702c88f228fcf114755f1e05691596:/tests/graphics/colour.cpp diff --git a/tests/graphics/colour.cpp b/tests/graphics/colour.cpp index 6f661b12b4..0269e6bc1b 100644 --- a/tests/graphics/colour.cpp +++ b/tests/graphics/colour.cpp @@ -55,7 +55,7 @@ std::ostream& operator<<(std::ostream& os, const wxColour& c) if ( const unsigned char a = c.Alpha() ) { - os << ", " << ColourChannel(c.Alpha()); + os << ", " << ColourChannel(a); } os << ")";