From 151dab1197134947bbd468715b5a5b132629ef68 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 26 Aug 2006 13:43:15 +0000 Subject: [PATCH] getting rid of unused param warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/colour.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/colour.h b/include/wx/colour.h index 98a8c29891..8b9e828c4c 100644 --- a/include/wx/colour.h +++ b/include/wx/colour.h @@ -49,7 +49,7 @@ protected: virtual void InitWith(unsigned char red, unsigned char green, unsigned char blue) = 0; // this will be overridden in alpha supporting classes - virtual void InitWith(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha) + virtual void InitWith(unsigned char red, unsigned char green, unsigned char blue, unsigned char WXUNUSED(alpha)) { InitWith( red, green, blue ) ; } -- 2.50.0