Revert accidental change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
74205969dd
commit
5d4a10e70a
@ -522,7 +522,7 @@ public:
|
||||
virtual size_t GetFormatCount(Direction dir) const
|
||||
{
|
||||
// our custom format is supported by both GetData() and SetData()
|
||||
ULONG nFormats = 1;
|
||||
size_t nFormats = 1;
|
||||
if ( dir == Get )
|
||||
{
|
||||
// but the bitmap format(s) are only supported for output
|
||||
|
Loading…
Reference in New Issue
Block a user