]> git.saurik.com Git - wxWidgets.git/commitdiff
Revert accidental change
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Oct 2005 23:45:25 +0000 (23:45 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Oct 2005 23:45:25 +0000 (23:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dnd/dnd.cpp

index 5b8217840a1431a4bd2565b16f6cb950738abf86..acc50c0de1f16faa1c297cd3e8048d493524236e 100644 (file)
@@ -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