]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
Compile fix
[wxWidgets.git] / src / msw / control.cpp
index 272ef5b7017da5544344821d5cc811f2162fb757..857cc3325be5a15c89d68dc1081766b5a4db71b0 100644 (file)
@@ -243,6 +243,11 @@ wxSize wxControl::DoGetBestSize() const
     return wxSize(DEFAULT_ITEM_WIDTH, DEFAULT_ITEM_HEIGHT);
 }
 
+wxBorder wxControl::GetDefaultBorder() const
+{
+       return GetDefaultBorderForControl();
+}
+
 // 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,