X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/044077236a9a78b519254789e70f7ab23fde7e97..655c20fcd5a554a986b93651d8b0bec2afde8573:/src/common/colourcmn.cpp diff --git a/src/common/colourcmn.cpp b/src/common/colourcmn.cpp index 3c238495d4..a77017922f 100644 --- a/src/common/colourcmn.cpp +++ b/src/common/colourcmn.cpp @@ -22,10 +22,12 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/utils.h" + #include "wx/gdicmn.h" #endif -#include "wx/gdicmn.h" - +#if wxUSE_VARIANT +IMPLEMENT_VARIANT_OBJECT_EXPORTED(wxColour,WXDLLEXPORT) +#endif // ============================================================================ // wxString <-> wxColour conversions