From: Robin Dunn Date: Thu, 27 Sep 2001 02:02:19 +0000 (+0000) Subject: Added missing WXDLLEXPORT X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/361128cbf79cff33ebb230ddcc753b8b9d13cc98 Added missing WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index f508a5319a..62a4dca14f 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -20,7 +20,7 @@ // wxTopLevelWindowMSW // ---------------------------------------------------------------------------- -class wxTopLevelWindowMSW : public wxTopLevelWindowBase +class WXDLLEXPORT wxTopLevelWindowMSW : public wxTopLevelWindowBase { public: // constructors and such