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:
Vadim Zeitlin
2009-02-17 12:01:07 +00:00
parent f965a844db
commit c496d8fa88

View File

@@ -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
} }