From e49c065dc33768978749ed449ac87d7859c18c68 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 23 Oct 2006 19:21:29 +0000 Subject: [PATCH] added missing default ctor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/graphics.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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(); -- 2.47.2