Don't pass a bool to wxImage::MakeEmptyClone() which takes an enum.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Nov 2010 01:20:38 +0000 (01:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Nov 2010 01:20:38 +0000 (01:20 +0000)
commit0fe7cd1da4950b768fe7c513a97ffa001fd932e4
tree6fcf63e3409d758b8171aea1669e70fa49c6c725
parent7bc0ff86728ce5ebecefa7120611ae9a50144c34
Don't pass a bool to wxImage::MakeEmptyClone() which takes an enum.

Correct the changes of r66167 which accidentally left a call to
MakeEmptyClone() using its previous signature.

See #12682.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/image.cpp