// assert failure is provoked by an attempt to get an icon from bitmap or
// vice versa
- const wxIcon& GetIcon() const
+ wxIcon GetIcon() const
{ wxASSERT( m_bIsIcon ); return *(wxIcon *)m_pImage; }
wxBitmap GetBitmap() const
{ wxASSERT( !m_bIsIcon ); return *(wxBitmap *)m_pImage; }