X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..fe8b03618ae0a511bf76e85565b3d43b68e99cd5:/include/wx/vlbox.h

diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h
index 62c145e4e2..2301f7c651 100644
--- a/include/wx/vlbox.h
+++ b/include/wx/vlbox.h
@@ -201,6 +201,8 @@ public:
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 
+	virtual wxBorder GetDefaultBorder() const { return GetDefaultBorderForControl(); }
+
 protected:
     // the derived class must implement this function to actually draw the item
     // with the given index on the provided DC