From: Michael Wetherell Date: Mon, 17 Oct 2005 23:45:25 +0000 (+0000) Subject: Revert accidental change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5d4a10e70a78ac7221ed20138592d0998a92cd02?ds=inline Revert accidental change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/dnd/dnd.cpp b/samples/dnd/dnd.cpp index 5b8217840a..acc50c0de1 100644 --- a/samples/dnd/dnd.cpp +++ b/samples/dnd/dnd.cpp @@ -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