]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
Added cfdataref.h and cfref.h to CoreFoundation headers list.
[wxWidgets.git] / src / msw / control.cpp
index 272ef5b7017da5544344821d5cc811f2162fb757..7ead3406432e0455b5957c542cb024e29c242126 100644 (file)
@@ -243,6 +243,11 @@ wxSize wxControl::DoGetBestSize() const
     return wxSize(DEFAULT_ITEM_WIDTH, DEFAULT_ITEM_HEIGHT);
 }
 
+wxBorder wxControl::GetDefaultBorder() const
+{
+    return wxControlBase::GetDefaultBorder();
+}
+
 // This is a helper for all wxControls made with UPDOWN native control.
 // In wxMSW it was only wxSpinCtrl derived from wxSpinButton but in
 // WinCE of Smartphones this happens also for native wxTextCtrl,