From: Robin Dunn Date: Thu, 6 Jul 2006 00:01:29 +0000 (+0000) Subject: Oops, I misremembered the name of wxUnusedVar X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2713fedc4644942bab59472b90612ffbe37c2760 Oops, I misremembered the name of wxUnusedVar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 9863ad5b7b..395adb8905 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -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 }