X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f339b18beaebcc81d5cb959367d0963985f2943..a2351b3fe410cb1b4ea78276658e22af1c36bfc5:/src/msw/graphics.cpp diff --git a/src/msw/graphics.cpp b/src/msw/graphics.cpp index 59b44659a6..e6ac141891 100644 --- a/src/msw/graphics.cpp +++ b/src/msw/graphics.cpp @@ -370,6 +370,11 @@ wxGDIPlusContext::wxGDIPlusContext( Graphics* gr ) SetDefaults(); } +wxGDIPlusContext::wxGDIPlusContext() +{ + Init(); +} + void wxGDIPlusContext::Init() { gGDILoader.EnsureIsLoaded();