suppress unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1232,7 +1232,7 @@ bool wxGDIPlusContext::SetCompositionMode(wxCompositionMode op)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxGDIPlusContext::BeginLayer(wxDouble opacity)
|
void wxGDIPlusContext::BeginLayer(wxDouble /* opacity */)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user