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() { }