X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e02c72fa45b840601743e11bc6550481a36fa437..196a75d48d1076cfa0922720c1b840d495fe2f3d:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index f5ce8b88c5..2301f7c651 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -15,7 +15,7 @@ #include "wx/vscroll.h" // base class #include "wx/bitmap.h" -class WXDLLEXPORT wxSelectionStore; +class WXDLLIMPEXP_FWD_CORE wxSelectionStore; #define wxVListBoxNameStr _T("wxVListBox") @@ -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