X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..2f27c88987b5bea88ea2520e342ef2a0767021bc:/include/wx/gtk1/dcmemory.h diff --git a/include/wx/gtk1/dcmemory.h b/include/wx/gtk1/dcmemory.h index 8658a250eb..93bfb09883 100644 --- a/include/wx/gtk1/dcmemory.h +++ b/include/wx/gtk1/dcmemory.h @@ -7,14 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKDCMEMORYH__ #define __GTKDCMEMORYH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - #include "wx/defs.h" #include "wx/dcclient.h" @@ -22,13 +17,13 @@ // classes //----------------------------------------------------------------------------- -class wxMemoryDC; +class WXDLLIMPEXP_CORE wxMemoryDC; //----------------------------------------------------------------------------- // wxMemoryDC //----------------------------------------------------------------------------- -class wxMemoryDC : public wxWindowDC +class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC { public: wxMemoryDC();