From 0b62785c421770a6fcae3125edf42b908330cd78 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 5 Aug 2005 23:15:17 +0000 Subject: [PATCH] missing dllexport declaration added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/mediactrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/mediactrl.cpp b/src/msw/mediactrl.cpp index e3595c187f..bc916460b2 100644 --- a/src/msw/mediactrl.cpp +++ b/src/msw/mediactrl.cpp @@ -78,7 +78,7 @@ LRESULT WXDLLIMPEXP_CORE APIENTRY _EXPORT wxWndProc(HWND hWnd, UINT message, // common backend base class used by all other backends // ---------------------------------------------------------------------------- -class wxMediaBackendCommonBase : public wxMediaBackend +class WXDLLIMPEXP_MEDIA wxMediaBackendCommonBase : public wxMediaBackend { public: // add a pending wxMediaEvent of the given type -- 2.47.2