]> git.saurik.com Git - wxWidgets.git/commit
Fix signatures of various image handlers methods.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Aug 2009 00:44:47 +0000 (00:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Aug 2009 00:44:47 +0000 (00:44 +0000)
commit545cb3fcf2460919deb52cf47f6cb0bdf494fae7
tree2afa93c46e7df484321a0a410ecafae5769815cd
parent4462f911b111ad2462a3e4600892438d42a57c4c
Fix signatures of various image handlers methods.

Use wxBitmapType instead of long for the type parameter and made SaveFile()
methods const to follow the base class changes.

Now that the signatures are the same as in the base class these handlers have
a chance to work again while their methods couldn't be called at all before
this change.

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