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:
@@ -522,7 +522,7 @@ public:
|
|||||||
virtual size_t GetFormatCount(Direction dir) const
|
virtual size_t GetFormatCount(Direction dir) const
|
||||||
{
|
{
|
||||||
// our custom format is supported by both GetData() and SetData()
|
// our custom format is supported by both GetData() and SetData()
|
||||||
ULONG nFormats = 1;
|
size_t nFormats = 1;
|
||||||
if ( dir == Get )
|
if ( dir == Get )
|
||||||
{
|
{
|
||||||
// but the bitmap format(s) are only supported for output
|
// but the bitmap format(s) are only supported for output
|
||||||
|
Reference in New Issue
Block a user