Allow using either wxBitmap or wxIcon in wxDataViewBitmapRenderer independently of the type the renderer was created with because this is convenient and there is no real danger in allowing to mix and match bitmaps and icons together. Override the just added IsCompatibleVariantType() to implement this.