X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf02a7f9761ce9c0a1279ae958a0e5d53f603e15..c099b53353ec8c689681a1bc8f5117a584e4098d:/include/wx/graphics.h?ds=inline diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 4d94b75300..3be5731140 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -417,7 +417,7 @@ public: // all rendering is done into a fully transparent temporary context virtual void BeginLayer(wxDouble opacity) = 0; - // composites back the drawings into the content with the opacity given at + // composites back the drawings into the context with the opacity given at // the BeginLayer call virtual void EndLayer() = 0;