]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/graphics.cpp
Cast needed to fix compilation on 10.4 --This line, and those below,
[wxWidgets.git] / src / msw / graphics.cpp
index bbecc508846f6997575f7a28f1a4901ade4f5a73..2208e1e54a74b7b824991fb05e211f3482ea4189 100644 (file)
@@ -1232,7 +1232,7 @@ bool wxGDIPlusContext::SetCompositionMode(wxCompositionMode op)
     return true;
 }
 
-void wxGDIPlusContext::BeginLayer(wxDouble opacity)
+void wxGDIPlusContext::BeginLayer(wxDouble /* opacity */)
 {
     // TODO
 }