]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing default ctor
authorRobin Dunn <robin@alldunn.com>
Mon, 23 Oct 2006 19:21:29 +0000 (19:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 23 Oct 2006 19:21:29 +0000 (19:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/graphics.cpp

index 59b44659a66f0f3a8420f9933c4f79049d17bfa1..e6ac1418919d459a861e56d327db57e141e826e1 100644 (file)
@@ -370,6 +370,11 @@ wxGDIPlusContext::wxGDIPlusContext( Graphics* gr  )
     SetDefaults();
 }
 
     SetDefaults();
 }
 
+wxGDIPlusContext::wxGDIPlusContext()
+{
+    Init();
+}
+
 void wxGDIPlusContext::Init()
 {
     gGDILoader.EnsureIsLoaded();
 void wxGDIPlusContext::Init()
 {
     gGDILoader.EnsureIsLoaded();