X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e630b0f0249c80d96c59c6f05bf1cfb24da4885e..575e4cd67024ca1c49b4218ce748c68aa938ce27:/include/wx/osx/core/colour.h?ds=sidebyside diff --git a/include/wx/osx/core/colour.h b/include/wx/osx/core/colour.h index 582d36ec3e..3c6674c589 100644 --- a/include/wx/osx/core/colour.h +++ b/include/wx/osx/core/colour.h @@ -32,10 +32,10 @@ public: // accessors virtual bool IsOk() const { return m_cgColour; } - ChannelType Red() const { return m_red; } - ChannelType Green() const { return m_green; } - ChannelType Blue() const { return m_blue; } - ChannelType Alpha() const { return m_alpha; } + virtual WXDLLIMPEXP_INLINE_CORE ChannelType Red() const { return m_red; } + virtual WXDLLIMPEXP_INLINE_CORE ChannelType Green() const { return m_green; } + virtual WXDLLIMPEXP_INLINE_CORE ChannelType Blue() const { return m_blue; } + virtual WXDLLIMPEXP_INLINE_CORE ChannelType Alpha() const { return m_alpha; } // comparison bool operator == (const wxColour& colour) const;