X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fea35690f171f9677bd9f949c0af3dc16d1a9576..b5791cc7af207a74deb0bea60f99cd97429bcb8c:/include/wx/mgl/dcmemory.h diff --git a/include/wx/mgl/dcmemory.h b/include/wx/mgl/dcmemory.h index 39804f20f1..c02989c3ce 100644 --- a/include/wx/mgl/dcmemory.h +++ b/include/wx/mgl/dcmemory.h @@ -17,13 +17,13 @@ // classes //----------------------------------------------------------------------------- -class WXDLLEXPORT wxMemoryDC; +class WXDLLIMPEXP_FWD_CORE wxMemoryDC; //----------------------------------------------------------------------------- // wxMemoryDC //----------------------------------------------------------------------------- -class WXDLLEXPORT wxMemoryDC : public wxDC, public wxMemoryDCBase +class WXDLLIMPEXP_CORE wxMemoryDC : public wxDC, public wxMemoryDCBase { public: wxMemoryDC() { Init(); }