X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01871bf642aa91f0150285fa71e18151721de8e0..54580df4e2faf875a73b59913b618731cb582b67:/src/common/dcgraph.cpp diff --git a/src/common/dcgraph.cpp b/src/common/dcgraph.cpp index 854196debd..42f58a3721 100644 --- a/src/common/dcgraph.cpp +++ b/src/common/dcgraph.cpp @@ -59,7 +59,7 @@ static bool TranslateRasterOp(wxRasterOperationMode function, wxCompositionMode { case wxCOPY: // src // since we are supporting alpha, _OVER is closer to the intention than _SOURCE - // since the latter would overwrite even when alpha is is not set to opaque + // since the latter would overwrite even when alpha is not set to opaque *op = wxCOMPOSITION_OVER; break; case wxOR: // src OR dst