From 8c6686ef7b0d43696d622c6e3fc58c29048ea06e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 30 Oct 2006 21:09:47 +0000 Subject: [PATCH 1/1] Add DLL export macro git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dcmemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/dcmemory.h b/include/wx/dcmemory.h index f3cda2954c..af42e0135d 100644 --- a/include/wx/dcmemory.h +++ b/include/wx/dcmemory.h @@ -19,7 +19,7 @@ // different wxDC classes (wxPaintDC, wxWindowDC, etc), so that // we cannot derive wxMemoryDCBase from wxDC and then use it as the // only base class for native impl of wxMemoryDC... -class wxMemoryDCBase +class WXDLLEXPORT wxMemoryDCBase { public: wxMemoryDCBase() { } -- 2.47.2