X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d9669450d562d13bb2d252444a57738a8f1c5e5..fc54776e31f04962739980d6cdcc894bb87a9c53:/include/wx/msw/notebook.h?ds=inline diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index c4ebd06ffe..82d90dcffe 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -27,11 +27,11 @@ // ---------------------------------------------------------------------------- // fwd declarations -class wxImageList; -class wxWindow; +class WXDLLEXPORT wxImageList; +class WXDLLEXPORT wxWindow; // array of notebook pages -typedef wxWindow wxNotebookPage; // so far, any window can be a page +typedef wxWindow WXDLLEXPORT wxNotebookPage; // so far, any window can be a page WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages); // ----------------------------------------------------------------------------