]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
declare wxVector<wxXmlResourceHandler *> as DLL-exported to avoid VC++ warnings in...
[wxWidgets.git] / include / wx / vlbox.h
index f5ce8b88c548ff75ac3245b7887743cf70c6d18d..2301f7c651b020ac61de115336a980f598409c2d 100644 (file)
@@ -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