X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/palmos/dib.h diff --git a/include/wx/palmos/dib.h b/include/wx/palmos/dib.h index 444cdc0c1e..e68ad4ef14 100644 --- a/include/wx/palmos/dib.h +++ b/include/wx/palmos/dib.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/palmos/dib.h // Purpose: wxDIB class representing device independent bitmaps -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,8 +12,8 @@ #ifndef _WX_PALMOS_DIB_H_ #define _WX_PALMOS_DIB_H_ -class WXDLLEXPORT wxBitmap; -class WXDLLEXPORT wxPalette; +class WXDLLIMPEXP_FWD_CORE wxBitmap; +class WXDLLIMPEXP_FWD_CORE wxPalette; #include "wx/msw/private.h" @@ -23,7 +23,7 @@ class WXDLLEXPORT wxPalette; // wxDIB: represents a DIB section // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDIB +class WXDLLIMPEXP_CORE wxDIB { public: // ctors and such