// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id: dnd.cpp 61724 2009-08-21 10:41:26Z VZ $
+// RCS-ID: $Id$
// Copyright: (c) 1998 Stefan Csomor
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
default:
wxFAIL_MSG("Unexpected result code");
}
+ return wxDragNone;
}
@interface DropSourceDelegate : NSObject