X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c75d8baf987c83e231c981d07b5a9217d711361..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/imagiff.h?ds=sidebyside diff --git a/include/wx/imagiff.h b/include/wx/imagiff.h index 8097d8e656..f7307ba5e1 100644 --- a/include/wx/imagiff.h +++ b/include/wx/imagiff.h @@ -1,8 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: imagiff.h +// Name: wx/imagiff.h // Purpose: wxImage handler for Amiga IFF images // Author: Steffen Gutmann -// RCS-ID: $Id$ // Copyright: (c) Steffen Gutmann, 2002 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -18,7 +17,7 @@ #if wxUSE_IMAGE && wxUSE_IFF -class WXDLLEXPORT wxIFFHandler : public wxImageHandler +class WXDLLIMPEXP_CORE wxIFFHandler : public wxImageHandler { public: wxIFFHandler()