X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07aaa1a4b853b64e61c01a9daf8a322d3896c36b..e6fd62dd849e051b82374afd31e3d62454c98483:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 3e3e8d46f5..8718380516 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -65,6 +65,15 @@ class WXDLLEXPORT wxImageHandler; class WXDLLEXPORT wxImage; class WXDLLEXPORT wxPalette; +//----------------------------------------------------------------------------- +// wxVariant support +//----------------------------------------------------------------------------- + +#if wxUSE_VARIANT +#include "wx/variant.h" +DECLARE_VARIANT_OBJECT_EXPORTED(wxImage,WXDLLEXPORT) +#endif + //----------------------------------------------------------------------------- // wxImageHandler //-----------------------------------------------------------------------------