Oops, I misremembered the name of wxUnusedVar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
81cc4eb227
commit
2713fedc46
@ -125,8 +125,8 @@ static void MakeWindowTransparent(wxWindow* wnd, int amount)
|
||||
SetWindowAlpha(handle, float(amount)/ 255.0);
|
||||
|
||||
#else
|
||||
wxUnused(wnd);
|
||||
wxUnused(amount);
|
||||
wxUnusedVar(wnd);
|
||||
wxUnusedVar(amount);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user