]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops, I misremembered the name of wxUnusedVar
authorRobin Dunn <robin@alldunn.com>
Thu, 6 Jul 2006 00:01:29 +0000 (00:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 6 Jul 2006 00:01:29 +0000 (00:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/aui/framemanager.cpp

index 9863ad5b7b43dd69b0e9714c5de9e231a4d5dff0..395adb89054049c899dc50bcee877d8bba8199e0 100644 (file)
@@ -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
 }