From 4aba0fc00a4991fc6568d87c626c80b664ea64f7 Mon Sep 17 00:00:00 2001 From: "Unknown (MT)" Date: Thu, 27 Apr 2000 04:40:31 +0000 Subject: [PATCH] DLLEXPORT wxStatusBar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/statusbr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index 029c7cb621..510309de15 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -63,7 +63,7 @@ protected: // we can't just typedef wxStatusBar to be one of 95/Generic because we should // be able to forward declare it (done in several places) and because wxWin // RTTI wouldn't work then -class wxStatusBar : public wxStatusBarReal +class WXDLLEXPORT wxStatusBar : public wxStatusBarReal { public: wxStatusBar() { }