X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fca418ae12286d47a0e8490185daa84fde9f20e9..e93523680ba3c83cdae75b511214c82f28a2d853:/include/wx/msw/listbox.h diff --git a/include/wx/msw/listbox.h b/include/wx/msw/listbox.h index afe5f34d1e..d4eb27141c 100644 --- a/include/wx/msw/listbox.h +++ b/include/wx/msw/listbox.h @@ -19,7 +19,7 @@ // ---------------------------------------------------------------------------- #if wxUSE_OWNER_DRAWN - class WXDLLEXPORT wxOwnerDrawn; + class WXDLLIMPEXP_FWD_CORE wxOwnerDrawn; // define the array of list box items #include "wx/dynarray.h" @@ -28,7 +28,7 @@ #endif // wxUSE_OWNER_DRAWN // forward decl for GetSelections() -class WXDLLIMPEXP_BASE wxArrayInt; +class WXDLLIMPEXP_FWD_BASE wxArrayInt; // ---------------------------------------------------------------------------- // List box control