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:
parent
f965a844db
commit
c496d8fa88
@ -1232,7 +1232,7 @@ bool wxGDIPlusContext::SetCompositionMode(wxCompositionMode op)
|
||||
return true;
|
||||
}
|
||||
|
||||
void wxGDIPlusContext::BeginLayer(wxDouble opacity)
|
||||
void wxGDIPlusContext::BeginLayer(wxDouble /* opacity */)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user